We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e4c7e commit c27416eCopy full SHA for c27416e
1 file changed
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: tar -cvf ../components.tar *.wasm*
33
working-directory: ./lib
34
- name: Upload components.tar
35
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
36
with:
37
name: components.tar
38
path: components.tar
0 commit comments