Skip to content

Commit 614aa5e

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

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@v6
3737
with:
3838
name: build-artifact
3939
path: build-artifact
@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0 # Fetch all tags; Required for doc versioning
9999

100100
- name: Download extracted Javadoc
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v6
102102
with:
103103
name: javadoc
104104
path: docs/docs/javadoc

0 commit comments

Comments
 (0)