Skip to content

Commit 29ded49

Browse files
chore: Bump actions/upload-artifact from 4 to 5 (#3631)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1db93d8 commit 29ded49

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 2 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@v4
175+
- uses: actions/upload-artifact@v5
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@v4
188+
uses: actions/upload-artifact@v5
189189
with:
190190
name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }}
191191
retention-days: 7

.github/workflows/native-unix.yml

Lines changed: 2 additions & 2 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@v4
144+
- uses: actions/upload-artifact@v5
145145
with:
146146
name: driver-manager-${{ matrix.os }}
147147
retention-days: 3
@@ -721,7 +721,7 @@ jobs:
721721
run: |
722722
./ci/scripts/docs_build.sh "$(pwd)"
723723
- name: Archive docs
724-
uses: actions/upload-artifact@v4
724+
uses: actions/upload-artifact@v5
725725
with:
726726
name: docs
727727
retention-days: 2

.github/workflows/native-windows.yml

Lines changed: 1 addition & 1 deletion
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@v4
106+
- uses: actions/upload-artifact@v5
107107
with:
108108
name: driver-manager-${{ matrix.os }}
109109
retention-days: 3

.github/workflows/nightly-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
shasum --algorithm 512 \
9999
apache-arrow-adbc-${VERSION}.tar.gz > apache-arrow-adbc-${VERSION}.tar.gz.sha512
100100
101-
- uses: actions/upload-artifact@v4
101+
- uses: actions/upload-artifact@v5
102102
with:
103103
name: source
104104
retention-days: 7

.github/workflows/nightly-website.yml

Lines changed: 1 addition & 1 deletion
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@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: docs
5555
retention-days: 2

.github/workflows/packaging.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
apache-arrow-adbc-${VERSION} \
8686
$(git log -n 1 --format=%h)
8787
88-
- uses: actions/upload-artifact@v4
88+
- uses: actions/upload-artifact@v5
8989
with:
9090
name: source
9191
retention-days: 7
@@ -136,7 +136,7 @@ jobs:
136136
popd
137137
138138
- name: Upload Go binaries
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v5
140140
with:
141141
name: go-${{ matrix.os }}
142142
retention-days: 7
@@ -193,7 +193,7 @@ jobs:
193193
popd
194194
195195
- name: Archive nupkg
196-
uses: actions/upload-artifact@v4
196+
uses: actions/upload-artifact@v5
197197
with:
198198
name: csharp
199199
retention-days: 7
@@ -242,7 +242,7 @@ jobs:
242242
popd
243243
244244
- name: Archive docs
245-
uses: actions/upload-artifact@v4
245+
uses: actions/upload-artifact@v5
246246
with:
247247
name: docs
248248
retention-days: 2
@@ -296,7 +296,7 @@ jobs:
296296
ls -laR artifacts
297297
mv artifacts artifacts-${{ matrix.os }}-${{ matrix.arch }}
298298
tar czf artifacts-${{ matrix.os }}-${{ matrix.arch }}.tgz artifacts-${{ matrix.os }}-${{ matrix.arch }}
299-
- uses: actions/upload-artifact@v4
299+
- uses: actions/upload-artifact@v5
300300
with:
301301
name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }}
302302
retention-days: 7
@@ -352,7 +352,7 @@ jobs:
352352
cp -a adbc/dist/ ./
353353
354354
- name: Archive JARs
355-
uses: actions/upload-artifact@v4
355+
uses: actions/upload-artifact@v5
356356
with:
357357
name: java
358358
retention-days: 7
@@ -453,7 +453,7 @@ jobs:
453453
tar czf ${{ matrix.target }}.tar.gz ${DISTRIBUTION}
454454
455455
- name: Upload artifacts
456-
uses: actions/upload-artifact@v4
456+
uses: actions/upload-artifact@v5
457457
with:
458458
name: ${{ matrix.target }}
459459
retention-days: 7
@@ -539,7 +539,7 @@ jobs:
539539
popd
540540
541541
- name: Archive Conda packages
542-
uses: actions/upload-artifact@v4
542+
uses: actions/upload-artifact@v5
543543
with:
544544
name: python-${{ matrix.arch }}-conda
545545
retention-days: 7
@@ -613,7 +613,7 @@ jobs:
613613
./adbc/ci/scripts/python_conda_build.sh $(pwd)/adbc ${ARCH_CONDA_FORGE}.yaml $(pwd)/adbc/build
614614
615615
- name: Archive Conda packages
616-
uses: actions/upload-artifact@v4
616+
uses: actions/upload-artifact@v5
617617
with:
618618
name: python-${{ matrix.arch }}-conda
619619
retention-days: 7
@@ -683,7 +683,7 @@ jobs:
683683
popd
684684
685685
- name: Archive wheels
686-
uses: actions/upload-artifact@v4
686+
uses: actions/upload-artifact@v5
687687
with:
688688
name: python-${{ matrix.arch }}-manylinux${{ matrix.manylinux_version }}
689689
retention-days: 7
@@ -844,7 +844,7 @@ jobs:
844844
popd
845845
846846
- name: Archive wheels
847-
uses: actions/upload-artifact@v4
847+
uses: actions/upload-artifact@v5
848848
with:
849849
name: python-${{ matrix.arch }}-macos
850850
retention-days: 7
@@ -919,7 +919,7 @@ jobs:
919919
920920
- name: Upload failure logs
921921
if: failure()
922-
uses: actions/upload-artifact@v4
922+
uses: actions/upload-artifact@v5
923923
with:
924924
name: vcpkg-logs-${{ matrix.os }}-${{ matrix.arch }}
925925
retention-days: 7
@@ -1012,7 +1012,7 @@ jobs:
10121012
popd
10131013
10141014
- name: Archive wheels
1015-
uses: actions/upload-artifact@v4
1015+
uses: actions/upload-artifact@v5
10161016
with:
10171017
name: python${{ matrix.python_version }}-windows
10181018
retention-days: 7
@@ -1072,7 +1072,7 @@ jobs:
10721072
popd
10731073
10741074
- name: Archive sdist
1075-
uses: actions/upload-artifact@v4
1075+
uses: actions/upload-artifact@v5
10761076
with:
10771077
name: python-sdist
10781078
retention-days: 7

0 commit comments

Comments
 (0)