Skip to content

Commit

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

Bump actions/upload-pages-artifact from 2.0.0 to 3.0.0
  • Loading branch information
hectorm authored Jan 10, 2024
2 parents 7a62fd3 + 58a410f commit ce602b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
retention-days: 1
- name: 'Upload GitHub Pages artifact'
if: "startsWith(github.ref, 'refs/tags/v')"
uses: 'actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c'
uses: 'actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8'
with:
path: './demo/'
retention-days: 1
Expand Down

0 comments on commit ce602b9

Please sign in to comment.