File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-22.04
99
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212
1313 - name : Download windows artifact
1414 uses : dawidd6/action-download-artifact@v6
@@ -18,14 +18,14 @@ jobs:
1818 name : packages_windows
1919
2020 - name : Download ubuntu artifact
21- uses : dawidd6/action-download-artifact@v6
21+ uses : dawidd6/action-download-artifact@v8
2222 with :
2323 github_token : ${{secrets.GITHUB_TOKEN}}
2424 workflow : ubuntu22.yml
2525 name : artifacts_ubuntu_22
2626
2727 - name : Download ubuntu arm artifact
28- uses : dawidd6/action-download-artifact@v6
28+ uses : dawidd6/action-download-artifact@v8
2929 with :
3030 github_token : ${{secrets.GITHUB_TOKEN}}
3131 workflow : linux-arm.yml
3939 # name: artifacts_macos_10
4040
4141 - name : Download wasm artifact
42- uses : dawidd6/action-download-artifact@v6
42+ uses : dawidd6/action-download-artifact@v8
4343 with :
4444 github_token : ${{secrets.GITHUB_TOKEN}}
4545 workflow : wasm.yml
You can’t perform that action at this time.
0 commit comments