Skip to content

Commit ccf7c0c

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#766)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 77414cc commit ccf7c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: "3.11"
5353
- name: Download coverage data
54-
uses: actions/download-artifact@v7
54+
uses: actions/download-artifact@v8
5555
with:
5656
name: coverage-data
5757
- name: Combine coverage data and display human readable report

0 commit comments

Comments
 (0)