Skip to content

Commit bd82ded

Browse files
Bump actions/download-artifact from 7 to 8 (#2696)
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 ee29a37 commit bd82ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
with:
357357
fetch-depth: 20
358358

359-
- uses: actions/download-artifact@v7
359+
- uses: actions/download-artifact@v8
360360
with:
361361
pattern: coverage-*
362362
merge-multiple: true
@@ -398,7 +398,7 @@ jobs:
398398
needs: test
399399
steps:
400400
- name: Download artifacts
401-
uses: actions/download-artifact@v7
401+
uses: actions/download-artifact@v8
402402
with:
403403
name: packages
404404
path: dist

0 commit comments

Comments
 (0)