Skip to content

Commit

Permalink
chore(deps): update actions/upload-pages-artifact action to v2 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent ebe54e1 commit 46407ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cp LICENSE.md build/docs/javadoc
cp README.md build/docs/javadoc
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: build/docs/javadoc
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 46407ee

Please sign in to comment.