mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 17:04:53 +00:00
chore: updating upload and download artifact actions to v4 (#3047)
This commit is contained in:
parent
d68b06f145
commit
7c4a9717a6
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
|||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: download artifacts
|
- name: download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
|
|
||||||
- name: prep variables
|
- name: prep variables
|
||||||
id: vars
|
id: vars
|
||||||
|
2
.github/workflows/release-assets.yml
vendored
2
.github/workflows/release-assets.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
tar -cvzf ${{steps.vars.outputs.nwaku}} ./build/
|
tar -cvzf ${{steps.vars.outputs.nwaku}} ./build/
|
||||||
|
|
||||||
- name: Upload asset
|
- name: Upload asset
|
||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v4.4.0
|
||||||
with:
|
with:
|
||||||
name: ${{steps.vars.outputs.nwaku}}
|
name: ${{steps.vars.outputs.nwaku}}
|
||||||
path: ${{steps.vars.outputs.nwaku}}
|
path: ${{steps.vars.outputs.nwaku}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user