Skip to content

Commit

Permalink
Use correct version of upload-pages-artifact action (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jul 15, 2024
1 parent 32b3008 commit ab65153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Zola build
run: ./zola build
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: public

Expand Down

0 comments on commit ab65153

Please sign in to comment.