Skip to content

Commit

Permalink
Update Javadocs artifact upload action to use v4 and match download a…
Browse files Browse the repository at this point in the history
…rtifact v4
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent 9cc2925 commit c1ff24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
path: processing4/build/javadoc

- name: Upload Javadocs artifact for Commit
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: javadocs
path: processing4/build/javadoc
Expand Down

0 comments on commit c1ff24a

Please sign in to comment.