Skip to content

Commit 3477e50

Browse files
build(deps): bump actions/download-artifact in the gha-updates group
Bumps the gha-updates group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb33b75 commit 3477e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5 # deploy needs git credentials
1919
- name: Download prepared docs
20-
uses: actions/download-artifact@v5
20+
uses: actions/download-artifact@v6
2121
with:
2222
name: docs-html-${{ github.sha }}
2323
path: docs/build/html

0 commit comments

Comments
 (0)