Skip to content

Commit 70b23bf

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b9d435 commit 70b23bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Download aggregated Javadoc artifact
36-
uses: actions/download-artifact@v4
36+
uses: actions/download-artifact@v5
3737
with:
3838
name: build-artifact
3939
path: build-artifact
@@ -96,7 +96,7 @@ jobs:
9696
fetch-depth: 0 # Fetch all tags; Required for doc versioning
9797

9898
- name: Download extracted Javadoc
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v5
100100
with:
101101
name: javadoc
102102
path: docs/docs/javadoc

0 commit comments

Comments
 (0)