Skip to content

Commit

Permalink
Upgrade upload-pages-artifact to latest
Browse files Browse the repository at this point in the history
actions/deploy-pages#305 suggests that this is necessary.
  • Loading branch information
SpamapS authored Apr 6, 2024
1 parent 5411573 commit 7b220b5
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 @@ -69,7 +69,7 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/build/dirhtml'

Expand Down

0 comments on commit 7b220b5

Please sign in to comment.