Skip to content

Commit 7655baa

Browse files
github-actions(deps): 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 fa85a04 commit 7655baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: "docs"
7676

7777
- name: "Download"
78-
uses: "actions/download-artifact@v4"
78+
uses: "actions/download-artifact@v5"
7979
with:
8080
name: "documentation"
8181
path: "build/docs"

0 commit comments

Comments
 (0)