|
85 | 85 | apache-arrow-adbc-${VERSION} \ |
86 | 86 | $(git log -n 1 --format=%h) |
87 | 87 |
|
88 | | - - uses: actions/upload-artifact@v4 |
| 88 | + - uses: actions/upload-artifact@v5 |
89 | 89 | with: |
90 | 90 | name: source |
91 | 91 | retention-days: 7 |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | popd |
137 | 137 |
|
138 | 138 | - name: Upload Go binaries |
139 | | - uses: actions/upload-artifact@v4 |
| 139 | + uses: actions/upload-artifact@v5 |
140 | 140 | with: |
141 | 141 | name: go-${{ matrix.os }} |
142 | 142 | retention-days: 7 |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | popd |
194 | 194 |
|
195 | 195 | - name: Archive nupkg |
196 | | - uses: actions/upload-artifact@v4 |
| 196 | + uses: actions/upload-artifact@v5 |
197 | 197 | with: |
198 | 198 | name: csharp |
199 | 199 | retention-days: 7 |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | popd |
243 | 243 |
|
244 | 244 | - name: Archive docs |
245 | | - uses: actions/upload-artifact@v4 |
| 245 | + uses: actions/upload-artifact@v5 |
246 | 246 | with: |
247 | 247 | name: docs |
248 | 248 | retention-days: 2 |
@@ -296,7 +296,7 @@ jobs: |
296 | 296 | ls -laR artifacts |
297 | 297 | mv artifacts artifacts-${{ matrix.os }}-${{ matrix.arch }} |
298 | 298 | 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 |
300 | 300 | with: |
301 | 301 | name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }} |
302 | 302 | retention-days: 7 |
@@ -352,7 +352,7 @@ jobs: |
352 | 352 | cp -a adbc/dist/ ./ |
353 | 353 |
|
354 | 354 | - name: Archive JARs |
355 | | - uses: actions/upload-artifact@v4 |
| 355 | + uses: actions/upload-artifact@v5 |
356 | 356 | with: |
357 | 357 | name: java |
358 | 358 | retention-days: 7 |
@@ -453,7 +453,7 @@ jobs: |
453 | 453 | tar czf ${{ matrix.target }}.tar.gz ${DISTRIBUTION} |
454 | 454 |
|
455 | 455 | - name: Upload artifacts |
456 | | - uses: actions/upload-artifact@v4 |
| 456 | + uses: actions/upload-artifact@v5 |
457 | 457 | with: |
458 | 458 | name: ${{ matrix.target }} |
459 | 459 | retention-days: 7 |
@@ -539,7 +539,7 @@ jobs: |
539 | 539 | popd |
540 | 540 |
|
541 | 541 | - name: Archive Conda packages |
542 | | - uses: actions/upload-artifact@v4 |
| 542 | + uses: actions/upload-artifact@v5 |
543 | 543 | with: |
544 | 544 | name: python-${{ matrix.arch }}-conda |
545 | 545 | retention-days: 7 |
@@ -613,7 +613,7 @@ jobs: |
613 | 613 | ./adbc/ci/scripts/python_conda_build.sh $(pwd)/adbc ${ARCH_CONDA_FORGE}.yaml $(pwd)/adbc/build |
614 | 614 |
|
615 | 615 | - name: Archive Conda packages |
616 | | - uses: actions/upload-artifact@v4 |
| 616 | + uses: actions/upload-artifact@v5 |
617 | 617 | with: |
618 | 618 | name: python-${{ matrix.arch }}-conda |
619 | 619 | retention-days: 7 |
@@ -683,7 +683,7 @@ jobs: |
683 | 683 | popd |
684 | 684 |
|
685 | 685 | - name: Archive wheels |
686 | | - uses: actions/upload-artifact@v4 |
| 686 | + uses: actions/upload-artifact@v5 |
687 | 687 | with: |
688 | 688 | name: python-${{ matrix.arch }}-manylinux${{ matrix.manylinux_version }} |
689 | 689 | retention-days: 7 |
@@ -844,7 +844,7 @@ jobs: |
844 | 844 | popd |
845 | 845 |
|
846 | 846 | - name: Archive wheels |
847 | | - uses: actions/upload-artifact@v4 |
| 847 | + uses: actions/upload-artifact@v5 |
848 | 848 | with: |
849 | 849 | name: python-${{ matrix.arch }}-macos |
850 | 850 | retention-days: 7 |
@@ -919,7 +919,7 @@ jobs: |
919 | 919 |
|
920 | 920 | - name: Upload failure logs |
921 | 921 | if: failure() |
922 | | - uses: actions/upload-artifact@v4 |
| 922 | + uses: actions/upload-artifact@v5 |
923 | 923 | with: |
924 | 924 | name: vcpkg-logs-${{ matrix.os }}-${{ matrix.arch }} |
925 | 925 | retention-days: 7 |
@@ -1012,7 +1012,7 @@ jobs: |
1012 | 1012 | popd |
1013 | 1013 |
|
1014 | 1014 | - name: Archive wheels |
1015 | | - uses: actions/upload-artifact@v4 |
| 1015 | + uses: actions/upload-artifact@v5 |
1016 | 1016 | with: |
1017 | 1017 | name: python${{ matrix.python_version }}-windows |
1018 | 1018 | retention-days: 7 |
@@ -1072,7 +1072,7 @@ jobs: |
1072 | 1072 | popd |
1073 | 1073 |
|
1074 | 1074 | - name: Archive sdist |
1075 | | - uses: actions/upload-artifact@v4 |
| 1075 | + uses: actions/upload-artifact@v5 |
1076 | 1076 | with: |
1077 | 1077 | name: python-sdist |
1078 | 1078 | retention-days: 7 |
|
0 commit comments