Skip to content

Commit 00ac6b8

Browse files
Bump actions/download-artifact from 7 to 8 (#198)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df33228 commit 00ac6b8

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@v7
21+
uses: actions/download-artifact@v8
2222
with:
2323
name: coverage-artifact
2424
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)