Skip to content

Commit

Permalink
fix github action version (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored Nov 2, 2024
1 parent 7ee6295 commit a592a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: zig build

- name: Upload Artifact
uses: actions/upload-pages-artifact
uses: actions/upload-pages-artifact@v3
id: deployment
with:
path: website/zig-out/www
Expand Down

0 comments on commit a592a70

Please sign in to comment.