Skip to content

Commit c27416e

Browse files
Bump actions/upload-artifact from 5 to 6 (#16)
1 parent e4e4c7e commit c27416e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: tar -cvf ../components.tar *.wasm*
3333
working-directory: ./lib
3434
- name: Upload components.tar
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: components.tar
3838
path: components.tar

0 commit comments

Comments
 (0)