Skip to content

Commit ad15e1d

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#450)
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 1e0a9cf commit ad15e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
run: sudo apt-get -y install lcov
289289

290290
- name: Collect coverage reports
291-
uses: actions/download-artifact@v7
291+
uses: actions/download-artifact@v8
292292
with:
293293
path: ./coverage
294294
pattern: coverage-node-*

0 commit comments

Comments
 (0)