Skip to content

Commit f359617

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#915)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 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 fb6e37f commit f359617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
if: ${{ always() }}
160160
- name: Download coverage data
161161
if: ${{ always() }}
162-
uses: actions/download-artifact@v6.0.0
162+
uses: actions/download-artifact@v7.0.0
163163
with:
164164
pattern: coverage-data-*
165165
merge-multiple: true

0 commit comments

Comments
 (0)