Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/actions/upload-artifact-4' in…
Browse files Browse the repository at this point in the history
…to dependabot/github_actions/actions/download-artifact-4
  • Loading branch information
lidavidm committed Jan 2, 2024
2 parents 2a59968 + 7a5a228 commit 8576b0e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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 @@ -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
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 @@ -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
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 @@ -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
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8576b0e

Please sign in to comment.