Skip to content

Commit e03ffee

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#882)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 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 4cae516 commit e03ffee

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
@@ -156,7 +156,7 @@ jobs:
156156
if: ${{ always() }}
157157
- name: Download coverage data
158158
if: ${{ always() }}
159-
uses: actions/download-artifact@v4.3.0
159+
uses: actions/download-artifact@v5.0.0
160160
with:
161161
pattern: coverage-data-*
162162
merge-multiple: true

0 commit comments

Comments
 (0)