Skip to content

Commit

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

chore(deps): bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
SteveDunn authored Nov 7, 2023
2 parents fca1cf6 + 47aba5c commit 4697a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: actions/configure-pages@v2

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: dir

Expand Down

0 comments on commit 4697a7d

Please sign in to comment.