File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,19 +90,19 @@ jobs:
90
90
echo «::set-output name=date::$(date +'%Y-%m-%d')»
91
91
echo «::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)»
92
92
- name : Download Javascore Artifacts
93
- uses : actions/download-artifact@v2
93
+ uses : actions/download-artifact@v4
94
94
with :
95
95
name : javascore-contracts
96
96
path : javascore-contracts
97
97
98
98
- name : Download Cosmwasm Artifacts
99
- uses : actions/download-artifact@v2
99
+ uses : actions/download-artifact@v4
100
100
with :
101
101
name : cosmwasm-contracts
102
102
path : cosmwasm-contracts
103
103
104
104
- name : Download Solidity Artifacts
105
- uses : actions/download-artifact@v2
105
+ uses : actions/download-artifact@v4
106
106
with :
107
107
name : solidity-contracts
108
108
path : solidity-contracts
You can’t perform that action at this time.
0 commit comments