Skip to content

Commit 8460517

Browse files
chore: Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 871994c commit 8460517

File tree

15 files changed

+91
-91
lines changed

15 files changed

+91
-91
lines changed

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
dotnet-version: ${{ matrix.dotnet }}
6060
- name: Checkout ADBC
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
fetch-depth: 0
6464
submodules: recursive

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: "pre-commit"
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 0
4444
persist-credentials: false

.github/workflows/dev_adbc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: "pre-commit"
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151
persist-credentials: false

.github/workflows/dev_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: Process
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
persist-credentials: false
4747

@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
./.github/workflows/dev_pr/milestone.sh "${GITHUB_REPOSITORY}" ${{github.event.number}}
5454
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858
path: pr_checkout

.github/workflows/integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: "DuckDB Integration Tests"
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v5
60+
- uses: actions/checkout@v6
6161
with:
6262
fetch-depth: 0
6363
persist-credentials: false
@@ -104,7 +104,7 @@ jobs:
104104
name: "FlightSQL Integration Tests (Dremio and SQLite)"
105105
runs-on: ubuntu-latest
106106
steps:
107-
- uses: actions/checkout@v5
107+
- uses: actions/checkout@v6
108108
with:
109109
fetch-depth: 0
110110
persist-credentials: false
@@ -176,7 +176,7 @@ jobs:
176176
name: "PostgreSQL Integration Tests"
177177
runs-on: ubuntu-latest
178178
steps:
179-
- uses: actions/checkout@v5
179+
- uses: actions/checkout@v6
180180
with:
181181
fetch-depth: 0
182182
persist-credentials: false
@@ -273,7 +273,7 @@ jobs:
273273
name: "Snowflake Integration Tests"
274274
runs-on: ubuntu-latest
275275
steps:
276-
- uses: actions/checkout@v5
276+
- uses: actions/checkout@v6
277277
with:
278278
fetch-depth: 0
279279
persist-credentials: false
@@ -330,7 +330,7 @@ jobs:
330330
name: "FlightSQL C# Interop"
331331
runs-on: ubuntu-latest
332332
steps:
333-
- uses: actions/checkout@v5
333+
- uses: actions/checkout@v6
334334
with:
335335
fetch-depth: 0
336336
persist-credentials: false

.github/workflows/java.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
java: ['11', '17', '21', '25']
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
with:
5555
fetch-depth: 0
5656
persist-credentials: false
@@ -76,7 +76,7 @@ jobs:
7676
matrix:
7777
java: ['21', '25']
7878
steps:
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
with:
8181
fetch-depth: 0
8282
persist-credentials: false
@@ -116,7 +116,7 @@ jobs:
116116
env:
117117
VCPKG_ROOT: "${{ github.workspace }}/vcpkg"
118118
steps:
119-
- uses: actions/checkout@v5
119+
- uses: actions/checkout@v6
120120
with:
121121
fetch-depth: 0
122122
persist-credentials: false
@@ -172,7 +172,7 @@ jobs:
172172
ls -laR artifacts
173173
mv artifacts artifacts-${{ matrix.os }}-${{ matrix.arch }}
174174
tar czf artifacts-${{ matrix.os }}-${{ matrix.arch }}.tgz artifacts-${{ matrix.os }}-${{ matrix.arch }}
175-
- uses: actions/upload-artifact@v5
175+
- uses: actions/upload-artifact@v6
176176
with:
177177
name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }}
178178
retention-days: 7
@@ -185,7 +185,7 @@ jobs:
185185
find "$VCPKG_ROOT" -name 'build-*.log' -exec cp '{}' ~/logs ';'
186186
- name: Upload failure logs
187187
if: failure()
188-
uses: actions/upload-artifact@v5
188+
uses: actions/upload-artifact@v6
189189
with:
190190
name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }}
191191
retention-days: 7
@@ -204,12 +204,12 @@ jobs:
204204
- { java: '11', os: macOS, arch: arm64v8, vcpkg_arch: arm64, runner: macos-latest }
205205
- { java: '25', os: macOS, arch: arm64v8, vcpkg_arch: arm64, runner: macos-latest }
206206
steps:
207-
- uses: actions/checkout@v5
207+
- uses: actions/checkout@v6
208208
with:
209209
fetch-depth: 0
210210
persist-credentials: false
211211
submodules: recursive
212-
- uses: actions/download-artifact@v6
212+
- uses: actions/download-artifact@v7
213213
with:
214214
path: artifacts
215215
pattern: jni-artifacts-*

.github/workflows/native-unix.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
8282
CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY"
8383
steps:
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585
with:
8686
fetch-depth: 0
8787
persist-credentials: false
@@ -141,7 +141,7 @@ jobs:
141141
cd
142142
tar czf ~/local.tgz local
143143
144-
- uses: actions/upload-artifact@v5
144+
- uses: actions/upload-artifact@v6
145145
with:
146146
name: driver-manager-${{ matrix.os }}
147147
retention-days: 3
@@ -162,7 +162,7 @@ jobs:
162162
# https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
163163
CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY"
164164
steps:
165-
- uses: actions/checkout@v5
165+
- uses: actions/checkout@v6
166166
with:
167167
fetch-depth: 0
168168
persist-credentials: false
@@ -219,7 +219,7 @@ jobs:
219219
matrix:
220220
os: ["ubuntu-latest"]
221221
steps:
222-
- uses: actions/checkout@v5
222+
- uses: actions/checkout@v6
223223
with:
224224
fetch-depth: 0
225225
persist-credentials: false
@@ -282,7 +282,7 @@ jobs:
282282
name: "clang-tidy"
283283
runs-on: ubuntu-latest
284284
steps:
285-
- uses: actions/checkout@v5
285+
- uses: actions/checkout@v6
286286
with:
287287
fetch-depth: 0
288288
persist-credentials: false
@@ -328,7 +328,7 @@ jobs:
328328
# https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
329329
CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY"
330330
steps:
331-
- uses: actions/checkout@v5
331+
- uses: actions/checkout@v6
332332
with:
333333
fetch-depth: 0
334334
persist-credentials: false
@@ -357,7 +357,7 @@ jobs:
357357
run: |
358358
sudo sysctl vm.mmap_rnd_bits=28
359359
360-
- uses: actions/download-artifact@v6
360+
- uses: actions/download-artifact@v7
361361
with:
362362
name: driver-manager-${{ matrix.os }}
363363
path: "~"
@@ -400,7 +400,7 @@ jobs:
400400
contents: 'read'
401401
id-token: 'write'
402402
steps:
403-
- uses: actions/checkout@v5
403+
- uses: actions/checkout@v6
404404
with:
405405
fetch-depth: 0
406406
persist-credentials: false
@@ -454,7 +454,7 @@ jobs:
454454
contents: 'read'
455455
id-token: 'write'
456456
steps:
457-
- uses: actions/checkout@v5
457+
- uses: actions/checkout@v6
458458
with:
459459
fetch-depth: 0
460460
persist-credentials: false
@@ -495,7 +495,7 @@ jobs:
495495
cache: true
496496
cache-dependency-path: go/adbc/go.sum
497497

498-
- uses: actions/download-artifact@v6
498+
- uses: actions/download-artifact@v7
499499
with:
500500
name: driver-manager-${{ matrix.os }}
501501
path: "~"
@@ -534,7 +534,7 @@ jobs:
534534
# https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
535535
CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY"
536536
steps:
537-
- uses: actions/checkout@v5
537+
- uses: actions/checkout@v6
538538
with:
539539
fetch-depth: 0
540540
persist-credentials: false
@@ -572,7 +572,7 @@ jobs:
572572
cache: true
573573
cache-dependency-path: go/adbc/go.sum
574574

575-
- uses: actions/download-artifact@v6
575+
- uses: actions/download-artifact@v7
576576
with:
577577
name: driver-manager-${{ matrix.os }}
578578
path: "~"
@@ -654,7 +654,7 @@ jobs:
654654
os: ["ubuntu-latest"]
655655
python: ["3.14"]
656656
steps:
657-
- uses: actions/checkout@v5
657+
- uses: actions/checkout@v6
658658
with:
659659
fetch-depth: 0
660660
persist-credentials: false
@@ -683,7 +683,7 @@ jobs:
683683
run: |
684684
sudo sysctl vm.mmap_rnd_bits=28
685685
686-
- uses: actions/download-artifact@v6
686+
- uses: actions/download-artifact@v7
687687
with:
688688
name: driver-manager-${{ matrix.os }}
689689
path: "~"
@@ -705,7 +705,7 @@ jobs:
705705
run: |
706706
./ci/scripts/docs_build.sh "$(pwd)"
707707
- name: Archive docs
708-
uses: actions/upload-artifact@v5
708+
uses: actions/upload-artifact@v6
709709
with:
710710
name: docs
711711
retention-days: 2

.github/workflows/native-windows.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
os: ["windows-latest"]
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
with:
6969
fetch-depth: 0
7070
persist-credentials: false
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
.\ci\scripts\cpp_build.ps1 $pwd ${{ github.workspace }}\build
105105
106-
- uses: actions/upload-artifact@v5
106+
- uses: actions/upload-artifact@v6
107107
with:
108108
name: driver-manager-${{ matrix.os }}
109109
retention-days: 3
@@ -120,7 +120,7 @@ jobs:
120120
matrix:
121121
os: ["windows-latest"]
122122
steps:
123-
- uses: actions/checkout@v5
123+
- uses: actions/checkout@v6
124124
with:
125125
fetch-depth: 0
126126
persist-credentials: false
@@ -188,7 +188,7 @@ jobs:
188188
matrix:
189189
os: ["windows-latest"]
190190
steps:
191-
- uses: actions/checkout@v5
191+
- uses: actions/checkout@v6
192192
with:
193193
fetch-depth: 0
194194
persist-credentials: false
@@ -224,7 +224,7 @@ jobs:
224224
cache: true
225225
cache-dependency-path: go/adbc/go.sum
226226

227-
- uses: actions/download-artifact@v6
227+
- uses: actions/download-artifact@v7
228228
with:
229229
name: driver-manager-${{ matrix.os }}
230230
path: ${{ github.workspace }}/build
@@ -256,7 +256,7 @@ jobs:
256256
os: ["windows-latest"]
257257
python: ["3.10", "3.14"]
258258
steps:
259-
- uses: actions/checkout@v5
259+
- uses: actions/checkout@v6
260260
with:
261261
fetch-depth: 0
262262
persist-credentials: false
@@ -284,7 +284,7 @@ jobs:
284284
--file ci\conda_env_cpp.txt `
285285
--file ci\conda_env_python.txt
286286
287-
- uses: actions/download-artifact@v6
287+
- uses: actions/download-artifact@v7
288288
with:
289289
name: driver-manager-${{ matrix.os }}
290290
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)