Skip to content

Commit

Permalink
chore: bump actions/upload-pages-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 1, 2025
1 parent e97334e commit f5c0b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- if: steps.should_release.outputs.should_release != '0'
name: Create a pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/generated

Expand Down

0 comments on commit f5c0b45

Please sign in to comment.