Skip to content

Commit

Permalink
uploading upload artifact workflow to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Sep 20, 2024
1 parent 0a7f16a commit 28c2cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
tar -cvzf ${{steps.vars.outputs.nwaku}} ./build/
- name: Upload asset
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v4.4.0
with:
name: ${{steps.vars.outputs.nwaku}}
path: ${{steps.vars.outputs.nwaku}}
Expand Down

0 comments on commit 28c2cb0

Please sign in to comment.