Skip to content

Commit

Permalink
Use correct action version+
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Feb 15, 2024
1 parent bee4138 commit 251b6a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,19 @@ jobs:
# Hardcode the staging artifacts that need to be downloaded.
# These must match the matrix setups and windows build. There is currently no way to pull this out of the config.
- name: Download windows_x86_64 staging directory
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-x86_64-local-staging
path: ~/windows-x86_64-local-staging

- 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-x86_64 staging directory
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-x86_64-local-staging
path: ~/linux-x86_64-local-staging
Expand Down

0 comments on commit 251b6a7

Please sign in to comment.