Skip to content

Commit

Permalink
Merge pull request #52 from jeertmans/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-pages-artifact-3

chore(deps): bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
jeertmans authored Apr 24, 2024
2 parents 99af36d + 87baf12 commit deddf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Upload artifact
if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload docs/build/html dir
path: docs/build/html/
Expand Down

0 comments on commit deddf1b

Please sign in to comment.