Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 2 to 3 (#39)
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 Jan 2, 2024
2 parents ed73ef4 + 42f839c commit 732b11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}

- 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/') || github.ref == 'refs/heads/main' ) }}
with:
# Upload entire repository
Expand Down

0 comments on commit 732b11b

Please sign in to comment.