From 7a5a228bdca9c54db44e3b227f38261676761e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:27:05 +0000 Subject: [PATCH] chore: bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/native-unix.yml | 4 ++-- .github/workflows/native-windows.yml | 2 +- .github/workflows/nightly-verify.yml | 2 +- .github/workflows/nightly-website.yml | 2 +- .github/workflows/packaging.yml | 20 ++++++++++---------- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/native-unix.yml b/.github/workflows/native-unix.yml index d8084da790..82f161854d 100644 --- a/.github/workflows/native-unix.yml +++ b/.github/workflows/native-unix.yml @@ -120,7 +120,7 @@ jobs: export PATH=$RUNNER_TOOL_CACHE/go/1.19.13/x64/bin:$PATH ./ci/scripts/go_build.sh "$(pwd)" "$(pwd)/build" "$HOME/local" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: driver-manager-${{ matrix.os }} retention-days: 3 @@ -572,7 +572,7 @@ jobs: run: | ./ci/scripts/docs_build.sh "$(pwd)" - name: Archive docs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docs retention-days: 2 diff --git a/.github/workflows/native-windows.yml b/.github/workflows/native-windows.yml index 747495a635..938f41b573 100644 --- a/.github/workflows/native-windows.yml +++ b/.github/workflows/native-windows.yml @@ -99,7 +99,7 @@ jobs: run: | .\ci\scripts\cpp_build.ps1 $pwd ${{ github.workspace }}\build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: driver-manager-${{ matrix.os }} retention-days: 3 diff --git a/.github/workflows/nightly-verify.yml b/.github/workflows/nightly-verify.yml index c4a3fdf63c..1b19153902 100644 --- a/.github/workflows/nightly-verify.yml +++ b/.github/workflows/nightly-verify.yml @@ -82,7 +82,7 @@ jobs: shasum --algorithm 512 \ apache-arrow-adbc-${VERSION}.tar.gz > apache-arrow-adbc-${VERSION}.tar.gz.sha512 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: source retention-days: 7 diff --git a/.github/workflows/nightly-website.yml b/.github/workflows/nightly-website.yml index 428cfb73a5..8b3a35c8f2 100644 --- a/.github/workflows/nightly-website.yml +++ b/.github/workflows/nightly-website.yml @@ -45,7 +45,7 @@ jobs: run: | docker-compose run docs - name: Archive docs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docs retention-days: 2 diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index d6dd0b01ff..bf59ccaca3 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -110,7 +110,7 @@ jobs: apache-arrow-adbc-${{ steps.version.outputs.VERSION }} \ $(git log -n 1 --format=%h) - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: source retention-days: 7 @@ -160,7 +160,7 @@ jobs: popd - name: Archive docs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docs retention-days: 2 @@ -201,7 +201,7 @@ jobs: cp -a adbc/dist/ ./ - name: Archive JARs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: java retention-days: 7 @@ -299,7 +299,7 @@ jobs: tar czf ${{ matrix.target }}.tar.gz ${DISTRIBUTION} - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.target }} retention-days: 7 @@ -386,7 +386,7 @@ jobs: popd - name: Archive Conda packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-${{ matrix.arch }}-conda retention-days: 7 @@ -462,7 +462,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@v3 + uses: actions/upload-artifact@v4 with: name: python-${{ matrix.arch }}-conda retention-days: 7 @@ -530,7 +530,7 @@ jobs: popd - name: Archive wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-${{ matrix.arch }}-manylinux${{ matrix.manylinux_version }} retention-days: 7 @@ -631,7 +631,7 @@ jobs: popd - name: Archive wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-${{ matrix.arch }}-macos retention-days: 7 @@ -752,7 +752,7 @@ jobs: popd - name: Archive wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python${{ matrix.python_version }}-windows retention-days: 7 @@ -810,7 +810,7 @@ jobs: popd - name: Archive sdist - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-sdist retention-days: 7