Skip to content

Commit

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

GH Actions: Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
jrfnl committed Jul 15, 2023
2 parents f009108 + 4d28dca commit 2c451f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
destination: ./docs/_site

- name: Upload GH Pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ./docs/_site

Expand Down

0 comments on commit 2c451f3

Please sign in to comment.