Skip to content

Commit

Permalink
Fix actions/download-artifact@v4 parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Jan 12, 2024
1 parent bcee636 commit 4fc7a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Download a distribution artifact
uses: actions/download-artifact@v4
with:
name: dist-*
pattern: dist-*
merge-multiple: true
path: dist

Expand Down

0 comments on commit 4fc7a4b

Please sign in to comment.