Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
ls -laR artifacts
mv artifacts artifacts-${{ matrix.os }}-${{ matrix.arch }}
tar czf artifacts-${{ matrix.os }}-${{ matrix.arch }}.tgz artifacts-${{ matrix.os }}-${{ matrix.arch }}
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }}
retention-days: 7
Expand All @@ -185,7 +185,7 @@ jobs:
find "$VCPKG_ROOT" -name 'build-*.log' -exec cp '{}' ~/logs ';'
- name: Upload failure logs
if: failure()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }}
retention-days: 7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/native-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
cd
tar czf ~/local.tgz local

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: driver-manager-${{ matrix.os }}
retention-days: 3
Expand Down Expand Up @@ -705,7 +705,7 @@ jobs:
run: |
./ci/scripts/docs_build.sh "$(pwd)"
- name: Archive docs
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: docs
retention-days: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
.\ci\scripts\cpp_build.ps1 $pwd ${{ github.workspace }}\build

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: driver-manager-${{ matrix.os }}
retention-days: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
shasum --algorithm 512 \
apache-arrow-adbc-${VERSION}.tar.gz > apache-arrow-adbc-${VERSION}.tar.gz.sha512

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: source
retention-days: 7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
docker compose run docs
- name: Archive docs
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: docs
retention-days: 2
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
apache-arrow-adbc-${VERSION} \
$(git log -n 1 --format=%h)

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: source
retention-days: 7
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
popd

- name: Upload Go binaries
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: go-${{ matrix.os }}
retention-days: 7
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
popd

- name: Archive nupkg
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: csharp
retention-days: 7
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
popd

- name: Archive docs
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: docs
retention-days: 2
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
ls -laR artifacts
mv artifacts artifacts-${{ matrix.os }}-${{ matrix.arch }}
tar czf artifacts-${{ matrix.os }}-${{ matrix.arch }}.tgz artifacts-${{ matrix.os }}-${{ matrix.arch }}
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: jni-artifacts-${{ matrix.os }}-${{ matrix.arch }}
retention-days: 7
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
cp -a adbc/dist/ ./

- name: Archive JARs
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: java
retention-days: 7
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
tar czf ${{ matrix.target }}.tar.gz ${DISTRIBUTION}

- name: Upload artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ${{ matrix.target }}
retention-days: 7
Expand Down Expand Up @@ -539,7 +539,7 @@ jobs:
popd

- name: Archive Conda packages
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: python-${{ matrix.arch }}-conda
retention-days: 7
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:
./adbc/ci/scripts/python_conda_build.sh $(pwd)/adbc ${ARCH_CONDA_FORGE}.yaml $(pwd)/adbc/build

- name: Archive Conda packages
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: python-${{ matrix.arch }}-conda
retention-days: 7
Expand Down Expand Up @@ -683,7 +683,7 @@ jobs:
popd

- name: Archive wheels
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: python-${{ matrix.arch }}-manylinux${{ matrix.manylinux_version }}
retention-days: 7
Expand Down Expand Up @@ -843,7 +843,7 @@ jobs:
popd

- name: Archive wheels
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: python-${{ matrix.arch }}-macos
retention-days: 7
Expand Down Expand Up @@ -918,7 +918,7 @@ jobs:

- name: Upload failure logs
if: failure()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: vcpkg-logs-${{ matrix.os }}-${{ matrix.arch }}
retention-days: 7
Expand Down Expand Up @@ -1011,7 +1011,7 @@ jobs:
popd

- name: Archive wheels
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: python${{ matrix.python_version }}-windows
retention-days: 7
Expand Down Expand Up @@ -1071,7 +1071,7 @@ jobs:
popd

- name: Archive sdist
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: python-sdist
retention-days: 7
Expand Down
Loading