Skip to content

Commit f9bcc27

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#6070)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 059b161 commit f9bcc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
echo "Failed to restore Python virtual environment from cache"
418418
exit 1
419419
- name: Download all coverage artifacts
420-
uses: actions/download-artifact@v4.3.0
420+
uses: actions/download-artifact@v5.0.0
421421
- name: Combine coverage results
422422
run: |
423423
. venv/bin/activate

0 commit comments

Comments
 (0)