Skip to content

Commit ede4545

Browse files
Bump actions/download-artifact from 7.0.0 to 8.0.0 (#1375)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 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 21fb216 commit ede4545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 2
5050
- name: Download all coverage data
51-
uses: actions/download-artifact@v7.0.0
51+
uses: actions/download-artifact@v8.0.0
5252
- name: Upload coverage report
5353
uses: codecov/codecov-action@v5.5.2
5454
with:

0 commit comments

Comments
 (0)