Skip to content

Commit cca1e3b

Browse files
Bump actions/download-artifact from 4.2.0 to 4.2.1 (#467)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 533b5b6 commit cca1e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install dependencies
7979
run: pip install -U -r requirements-coverage.txt
8080
- name: Download all coverage artifacts
81-
uses: actions/[email protected].0
81+
uses: actions/[email protected].1
8282
- name: Combine Linux coverage results
8383
run: |
8484
coverage combine coverage-linux*/.coverage

0 commit comments

Comments
 (0)