File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
actions/publish/publish-wasm Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 registry-url : ' https://registry.npmjs.org'
2525
2626 - name : Download bindings/wasm artifacts
27- uses : actions/download-artifact@v2
27+ uses : actions/download-artifact@v4
2828 with :
2929 name : ${{ inputs.input-artifact-name }}
3030 path : bindings/wasm
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198198 working-directory : bindings/wasm
199199
200200 - name : Download bindings/wasm artifacts
201- uses : actions/download-artifact@v2
201+ uses : actions/download-artifact@v4
202202 with :
203203 name : identity-wasm-bindings-build
204204 path : bindings/wasm
@@ -238,7 +238,7 @@ jobs:
238238 working-directory : bindings/wasm
239239
240240 - name : Download bindings/wasm artifacts
241- uses : actions/download-artifact@v2
241+ uses : actions/download-artifact@v4
242242 with :
243243 name : identity-wasm-bindings-build
244244 path : bindings/wasm
@@ -286,7 +286,7 @@ jobs:
286286 working-directory : bindings/wasm
287287
288288 - name : Download bindings/wasm artifacts
289- uses : actions/download-artifact@v2
289+ uses : actions/download-artifact@v4
290290 with :
291291 name : identity-wasm-bindings-build
292292 path : bindings/wasm
Original file line number Diff line number Diff line change 8282 os : ${{matrix.os}}
8383
8484 - name : Upload artifact
85- uses : actions/upload-artifact@v2
85+ uses : actions/upload-artifact@v4
8686 with :
8787 name : ${{ inputs.output-artifact-name }}
8888 path : |
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 needs : build-wasm
3030 steps :
31- - uses : actions/download-artifact@v2
31+ - uses : actions/download-artifact@v4
3232 with :
3333 name : identity-docs
3434 - name : Get release version
You can’t perform that action at this time.
0 commit comments