Skip to content

Commit

Permalink
Merge pull request #2030 from rcgsheffield/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
jkwmoore authored Mar 14, 2024
2 parents 369356a + d8a5e53 commit 55961d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/configure-pages@v2
# Make the artifact which is used to deploy.
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Make the artifact with the HTML build directory.
path: '_build/html'
Expand Down

0 comments on commit 55961d9

Please sign in to comment.