Skip to content

Commit 6475f4a

Browse files
Bump actions/upload-artifact from 4 to 5 (#8)
1 parent 4da9f88 commit 6475f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: tar -cvf ../components.tar *.wasm*
3535
working-directory: ./lib
3636
- name: Upload components.tar
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: components.tar
4040
path: components.tar

0 commit comments

Comments
 (0)