Skip to content

Commit

Permalink
chore: updating upload and download artifact actions to v4 (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Sep 30, 2024
1 parent 73c1d60 commit eb48373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
ref: master

- name: download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: prep variables
id: vars
Expand Down
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 eb48373

Please sign in to comment.