Skip to content

Commit

Permalink
fix(ci): upload-pages-artifact@v4 does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
robbielyman authored Feb 19, 2025
1 parent da30710 commit 00a3c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version: 0.14.0-dev.3259+0779e847f
- run: make docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: 'zig-out/docs'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 00a3c39

Please sign in to comment.