Skip to content

Commit c2e2183

Browse files
chore: Bump the actions group with 3 updates (apache#4040)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2521bd commit c2e2183

File tree

7 files changed

+48
-48
lines changed

7 files changed

+48
-48
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
./ci/scripts/python_test.sh "$(pwd)" "$(pwd)/build"
279279
docker compose down
280280
docker compose rm -fsv
281-
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
281+
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
282282
- name: Run PostgreSQL Validation Suite
283283
run: |
284284
env POSTGRES_VERSION=18 docker compose up --wait --detach postgres-test

.github/workflows/java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v6
175+
- uses: actions/upload-artifact@v7
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@v6
188+
uses: actions/upload-artifact@v7
189189
with:
190190
name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }}
191191
retention-days: 7
@@ -209,7 +209,7 @@ jobs:
209209
fetch-depth: 0
210210
persist-credentials: false
211211
submodules: recursive
212-
- uses: actions/download-artifact@v7
212+
- uses: actions/download-artifact@v8
213213
with:
214214
path: artifacts
215215
pattern: jni-artifacts-*

.github/workflows/native-unix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
cd
142142
tar czf ~/local.tgz local
143143
144-
- uses: actions/upload-artifact@v6
144+
- uses: actions/upload-artifact@v7
145145
with:
146146
name: driver-manager-${{ matrix.os }}
147147
retention-days: 3
@@ -357,7 +357,7 @@ jobs:
357357
run: |
358358
sudo sysctl vm.mmap_rnd_bits=28
359359
360-
- uses: actions/download-artifact@v7
360+
- uses: actions/download-artifact@v8
361361
with:
362362
name: driver-manager-${{ matrix.os }}
363363
path: "~"
@@ -495,7 +495,7 @@ jobs:
495495
cache: true
496496
cache-dependency-path: go/adbc/go.sum
497497

498-
- uses: actions/download-artifact@v7
498+
- uses: actions/download-artifact@v8
499499
with:
500500
name: driver-manager-${{ matrix.os }}
501501
path: "~"
@@ -572,7 +572,7 @@ jobs:
572572
cache: true
573573
cache-dependency-path: go/adbc/go.sum
574574

575-
- uses: actions/download-artifact@v7
575+
- uses: actions/download-artifact@v8
576576
with:
577577
name: driver-manager-${{ matrix.os }}
578578
path: "~"
@@ -689,7 +689,7 @@ jobs:
689689
run: |
690690
sudo sysctl vm.mmap_rnd_bits=28
691691
692-
- uses: actions/download-artifact@v7
692+
- uses: actions/download-artifact@v8
693693
with:
694694
name: driver-manager-${{ matrix.os }}
695695
path: "~"
@@ -711,7 +711,7 @@ jobs:
711711
run: |
712712
./ci/scripts/docs_build.sh "$(pwd)"
713713
- name: Archive docs
714-
uses: actions/upload-artifact@v6
714+
uses: actions/upload-artifact@v7
715715
with:
716716
name: docs
717717
retention-days: 2

.github/workflows/native-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
.\ci\scripts\cpp_build.ps1 $pwd ${{ github.workspace }}\build
105105
106-
- uses: actions/upload-artifact@v6
106+
- uses: actions/upload-artifact@v7
107107
with:
108108
name: driver-manager-${{ matrix.os }}
109109
retention-days: 3
@@ -224,7 +224,7 @@ jobs:
224224
cache: true
225225
cache-dependency-path: go/adbc/go.sum
226226

227-
- uses: actions/download-artifact@v7
227+
- uses: actions/download-artifact@v8
228228
with:
229229
name: driver-manager-${{ matrix.os }}
230230
path: ${{ github.workspace }}/build
@@ -328,7 +328,7 @@ jobs:
328328
--file ci\conda_env_cpp.txt `
329329
--file ci\conda_env_python.txt
330330
331-
- uses: actions/download-artifact@v7
331+
- uses: actions/download-artifact@v8
332332
with:
333333
name: driver-manager-${{ matrix.os }}
334334
path: ${{ github.workspace }}/build

.github/workflows/nightly-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
shasum --algorithm 512 \
100100
apache-arrow-adbc-${VERSION}.tar.gz > apache-arrow-adbc-${VERSION}.tar.gz.sha512
101101
102-
- uses: actions/upload-artifact@v6
102+
- uses: actions/upload-artifact@v7
103103
with:
104104
name: source
105105
retention-days: 7
@@ -131,7 +131,7 @@ jobs:
131131
grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
132132
echo "VERSION=${VERSION}" >> $GITHUB_ENV
133133
134-
- uses: actions/download-artifact@v7
134+
- uses: actions/download-artifact@v8
135135
with:
136136
name: source
137137
path: ${{ github.workspace }}/apache-arrow-adbc-${{ env.VERSION }}-rc0/

.github/workflows/nightly-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
docker compose run docs
5151
- name: Archive docs
52-
uses: actions/upload-artifact@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: docs
5555
retention-days: 2
@@ -74,7 +74,7 @@ jobs:
7474
path: scripts
7575
persist-credentials: false
7676
- name: Download docs
77-
uses: actions/download-artifact@v7
77+
uses: actions/download-artifact@v8
7878
with:
7979
name: docs
8080
path: temp

0 commit comments

Comments
 (0)