Skip to content

Commit

Permalink
Merge pull request #159 from vtraag/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4
  • Loading branch information
vtraag committed Dec 18, 2023
2 parents d736cc8 + 3cbc586 commit d837775
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 @@ -236,7 +236,7 @@ jobs:
if: github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit d837775

Please sign in to comment.