Skip to content

Commit

Permalink
Merge pull request #30 from davorg/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
davorg committed Apr 19, 2024
2 parents e7d8390 + 9b21070 commit ea37b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
if [ "$GIT_STATUS" != "" ]; then git push; fi
- name: Update pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/

Expand Down

0 comments on commit ea37b8e

Please sign in to comment.