Skip to content

Commit f7a3336

Browse files
Bump actions/download-artifact in the github-actions group (#305)
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8fe163 commit f7a3336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: contains(github.ref, 'tags')
5151
steps:
5252
- uses: actions/checkout@v4
53-
- uses: actions/download-artifact@v4.2.1
53+
- uses: actions/download-artifact@v4.3.0
5454
with:
5555
name: docs
5656

0 commit comments

Comments
 (0)