Skip to content

Commit

Permalink
Merge pull request #6 from johnlettman/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-pages-artifact-3

ci: bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
johnlettman authored Jul 16, 2024
2 parents ee1d5e6 + b744fef commit 7f69f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: docs
- name: Upload pages
if: github.ref == 'refs/heads/devel'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs

Expand Down

0 comments on commit 7f69f27

Please sign in to comment.