Skip to content

Commit 8af9942

Browse files
Bump actions/download-artifact from 4 to 5 (#6901)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 915fec6 commit 8af9942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
uses: actions/checkout@v5
158158

159159
- name: Download coverage artifacts
160-
uses: actions/download-artifact@v4
160+
uses: actions/download-artifact@v5
161161

162162
- name: Codecov upload
163163
uses: codecov/codecov-action@v5

.github/workflows/test_functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
uses: actions/checkout@v5
330330

331331
- name: Download coverage artifacts
332-
uses: actions/download-artifact@v4
332+
uses: actions/download-artifact@v5
333333

334334
- name: Codecov upload
335335
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)