Skip to content

Commit 36431bd

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 in the gha-updates group (#796)
Bumps the gha-updates group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2efbb60 commit 36431bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v6 # deploy needs git credentials
2727
- name: Download prepared docs
28-
uses: actions/download-artifact@v7
28+
uses: actions/download-artifact@v8
2929
with:
3030
name: docs-html-${{ github.sha }}
3131
path: docs/build/html

0 commit comments

Comments
 (0)