Skip to content

Commit b6403d2

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6a38d5 commit b6403d2

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/download-artifact@v5.0.0
81+
uses: actions/download-artifact@v6.0.0
8282
- name: Combine Linux coverage results
8383
run: |
8484
coverage combine coverage-linux*/.coverage

0 commit comments

Comments
 (0)