Skip to content

Commit

Permalink
Bump actions upload pages action version
Browse files Browse the repository at this point in the history
As this action needs to be a version compatible with the deploy pages action.
  • Loading branch information
vchernin authored Feb 1, 2024
1 parent 8bcdac6 commit a52b47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-help.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
yelp-build html -o help/dist-html help/C
- name: Upload artifact
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.0
with:
path: help/dist-html

Expand Down

0 comments on commit a52b47f

Please sign in to comment.