Skip to content

Commit 90362fd

Browse files
Bump actions/download-artifact from 3 to 4 (#26)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ecb9a7 commit 90362fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

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

0 commit comments

Comments
 (0)