We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b6632 commit 3b3e187Copy full SHA for 3b3e187
1 file changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/configure-pages@v4
32
- name: Upload Artifact
33
if: github.ref == 'refs/heads/main'
34
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
35
with:
36
path: "zig-wasm-audio-framebuffer/zig-out"
37
- name: Deploy to GitHub Pages
0 commit comments