Skip to content

Commit

Permalink
Merge pull request #673 from cloudflare/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
prymitive authored Jul 10, 2023
2 parents fa340c8 + 4cfaa19 commit 6a287d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Upload artifact
if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2

deploy:
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 6a287d0

Please sign in to comment.