Skip to content

Commit

Permalink
ci: use download-artifact @ 4.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh authored Feb 20, 2024
1 parent 261e61b commit bfb9866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,13 @@ jobs:

steps:
- name: 'Retrieve x86_64 packages'
uses: actions/download-artifact@v3
uses: actions/download-artifact@21e5c25de9cf2ee24742cd3e822327f3be6dd2a3 # v4.1.1
with:
name: packages-x86_64
path: /tmp/artifacts-1/

- name: 'Retrieve aarch64 packages'
uses: actions/download-artifact@v3
uses: actions/download-artifact@21e5c25de9cf2ee24742cd3e822327f3be6dd2a3 # v4.1.1
with:
name: packages-aarch64
path: /tmp/artifacts-2/
Expand Down

0 comments on commit bfb9866

Please sign in to comment.