Skip to content

Commit a2238e7

Browse files
chore(deps): bump actions/download-artifact in the gha-updates group (Lightning-AI#741)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72ecfdf commit a2238e7

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
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v5 # deploy needs git credentials
2222
- name: Download prepared docs
23-
uses: actions/download-artifact@v5
23+
uses: actions/download-artifact@v6
2424
with:
2525
name: docs-html-${{ github.sha }}
2626
path: docs/build/html

0 commit comments

Comments
 (0)