Skip to content

Commit

Permalink
Update action-zip version to one without deprecated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Jan 3, 2023
1 parent b574ee7 commit 056d125
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 @@ -112,7 +112,7 @@ jobs:
- name: Zip files
if: startsWith(github.ref, 'refs/tags/v')
uses: vimtor/action-zip@v1
uses: vimtor/action-zip@v1.1
with:
files: dist/
recursive: true
Expand Down

0 comments on commit 056d125

Please sign in to comment.