Skip to content

Commit

Permalink
Downgrade download-artifact as well
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 16, 2023
1 parent 53382c4 commit 953024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/load-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
using: composite
steps:
- name: Download built image 📥
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: ${{ inputs.image }}-${{ inputs.architecture }}
path: /tmp/aiidalab
Expand Down

0 comments on commit 953024c

Please sign in to comment.