Skip to content

Commit

Permalink
ci: Update actions/upload-pages-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Dec 20, 2024
1 parent 70acf34 commit 196127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Upload site artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "deploy"

Expand Down

0 comments on commit 196127a

Please sign in to comment.