Skip to content

Commit 1764f6f

Browse files
Bump actions/download-artifact from 8.0.0 to 8.0.1 (#1383)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 006f550 commit 1764f6f

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@v8.0.0
51+
uses: actions/download-artifact@v8.0.1
5252
- name: Upload coverage report
5353
uses: codecov/codecov-action@v5.5.2
5454
with:

0 commit comments

Comments
 (0)