We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7493acf commit 2c2ce5fCopy full SHA for 2c2ce5f
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
cp target/wasm32-wasi/release/emmylua.wasm dist/
55
56
- name: Upload artifact
57
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
58
with:
59
name: emmylua-extension
60
path: dist/emmylua.wasm
0 commit comments