Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 2 to 3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 5040ac5 commit e46db7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
arguments: javadocJar
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './build/docs/javadoc'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit e46db7d

Please sign in to comment.