Skip to content

Commit 15a745e

Browse files
committed
bump upload-artifcat
1 parent e37fbb8 commit 15a745e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)