We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d916518 commit a8cee3aCopy full SHA for a8cee3a
.github/workflows/ci.yaml
@@ -39,13 +39,13 @@ jobs:
39
run: tar -cvf ../../test-components.tar *.wasm*
40
working-directory: ./lib/test
41
- name: Upload components.tar
42
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
43
with:
44
name: components.tar
45
path: components.tar
46
retention-days: 7
47
- name: Upload test-components.tar
48
49
50
name: test-components.tar
51
path: test-components.tar
0 commit comments