Skip to content

Commit 00a3c39

Browse files
authored
fix(ci): upload-pages-artifact@v4 does not exist
1 parent da30710 commit 00a3c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: 0.14.0-dev.3259+0779e847f
3131
- run: make docs
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v4
33+
uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: 'zig-out/docs'
3636
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)