Skip to content

Commit

Permalink
Revert "Bump actions/upload-pages-artifact from 2 to 3 (#29)"
Browse files Browse the repository at this point in the history
This reverts commit e46db7d.
  • Loading branch information
DenuxPlays authored Dec 20, 2023
1 parent 5ba3cad commit 9863423
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@v3
uses: actions/upload-pages-artifact@v2
with:
path: './build/docs/javadoc'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9863423

Please sign in to comment.