Skip to content

Commit

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

Bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
caendesilva authored Jun 11, 2024
2 parents c2ad0f6 + ed9b7b7 commit 992eb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ runs:

- name: Upload artifact
if: inputs.deploy-to == 'pages'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: _site # TODO: Get this from the config file in case it's customized

Expand Down

0 comments on commit 992eb9f

Please sign in to comment.