Skip to content

Commit

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

Bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
c410-f3r authored Feb 12, 2024
2 parents 92a0f66 + bf3bf64 commit 2f90bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'wtx-docs/book'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 2f90bac

Please sign in to comment.