Skip to content

Commit

Permalink
GH Workflow: Set specific upload-artifacts version
Browse files Browse the repository at this point in the history
Fixes download of artifacts in release workflow
  • Loading branch information
LIV2 committed Dec 16, 2023
1 parent aea9061 commit 06ab9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git fetch --prune --unshallow --tags
make clean all disk lha
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v3
with:
name: software
path: |
Expand Down

0 comments on commit 06ab9ae

Please sign in to comment.