Skip to content

Commit adbc42a

Browse files
Bump actions/download-artifact from 4 to 7 (#152)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3355c98 commit adbc42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
github.event.workflow_run.conclusion == 'success'
1919
steps:
2020
- name: Download Coverage Artifact
21-
uses: actions/download-artifact@v4
21+
uses: actions/download-artifact@v7
2222
with:
2323
name: coverage-artifact
2424
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)