Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 2 to 3 (#282)
Browse files Browse the repository at this point in the history
Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
Guts authored Feb 1, 2024
2 parents 0a5fb3a + 7ac57fb commit ea8cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'beta')

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'beta')
with:
# Upload entire repository
Expand Down

0 comments on commit ea8cc7d

Please sign in to comment.