Skip to content

Commit

Permalink
use download-artifact v4
Browse files Browse the repository at this point in the history
Reason: Because all upload artifacts use also v4
  • Loading branch information
Murmele committed Nov 4, 2024
1 parent b5f3fb0 commit b0cff07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' || (github.event_name == 'push' && github.ref_type == 'tag' && startswith(github.ref_name, 'gittyup_v')) }}
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit b0cff07

Please sign in to comment.