Skip to content

Commit

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

Bump actions/upload-pages-artifact from 1.0.7 to 2.0.0
  • Loading branch information
huizebruin authored Sep 1, 2023
2 parents cb42215 + 09964f9 commit c15f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
cp -R static/* output/
cp -R firmwares/*/* output/
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.7
uses: actions/upload-pages-artifact@v2.0.0
with:
path: output

Expand Down

0 comments on commit c15f2c5

Please sign in to comment.