File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 echo "uutils WASM build: ${commit_short} (${commit_date})"
114114
115115 - name : Upload uutils WASM artifact
116- uses : actions/upload-artifact@v7
116+ uses : actions/upload-artifact@v8
117117 with :
118118 name : wasm-coreutils
119119 path : wasm-out
@@ -214,7 +214,7 @@ jobs:
214214 echo "${{ matrix.name }} WASM build: ${s} (${d})"
215215
216216 - name : Upload ${{ matrix.name }} WASM artifact
217- uses : actions/upload-artifact@v7
217+ uses : actions/upload-artifact@v8
218218 with :
219219 name : wasm-${{ matrix.name }}
220220 path : wasm-out
@@ -389,7 +389,7 @@ jobs:
389389 run : rm -f public/js/wasm-terminal.test.html
390390
391391 - name : Upload artifact for checking the output
392- uses : actions/upload-artifact@v7
392+ uses : actions/upload-artifact@v8
393393 with :
394394 path : ./public
395395
You can’t perform that action at this time.
0 commit comments