Skip to content

Commit

Permalink
Fix action version for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Mar 21, 2024
1 parent 7b1e6c9 commit be34698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,19 +202,19 @@ jobs:
# Hardcode the staging artifacts that need to be downloaded.
# These must match the matrix setups. There is currently no way to pull this out of the config.
- name: Download linux-aarch64 staging directory
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-aarch64-local-staging
path: ~/linux-aarch64-local-staging

- name: Download linux-riscv64 staging directory
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-riscv64-local-staging
path: ~/linux-riscv64-local-staging

- name: Download linux-x86_64-java8 staging directory
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-x86_64-java8-local-staging
path: ~/linux-x86_64-java8-local-staging
Expand Down

0 comments on commit be34698

Please sign in to comment.