Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 1 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-96 committed Mar 20, 2024
1 parent 77492db commit 2485125
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 @@ -90,7 +90,7 @@ jobs:

- name: Upload artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/_build/html/'

Expand Down

0 comments on commit 2485125

Please sign in to comment.