We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5451eda commit 3f08efcCopy full SHA for 3f08efc
2 files changed
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build wasm
23
run: just build
24
- name: Upload
25
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
26
with:
27
name: build
28
path: pkg
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
- run: npm pack
58
working-directory: pkg
59
60
61
62
63
0 commit comments