Skip to content

Commit f124581

Browse files
Update actions/download-artifact action to v5 (#445)
1 parent de9fe06 commit f124581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Delete current javadoc
5050
run: rm -rf docs
5151
- name: Download new javadoc
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
path: ./
5555
- name: Commit

0 commit comments

Comments
 (0)