Skip to content

Commit a009c59

Browse files
⬆️(deps): Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b89d5b commit a009c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/consolidated-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
fetch-depth: 1
209209

210210
- name: Download coverage artifacts
211-
uses: actions/download-artifact@v4
211+
uses: actions/download-artifact@v6
212212
with:
213213
path: coverage_dl
214214

.github/workflows/e2e-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291

292292
steps:
293293
- name: Download all artifacts
294-
uses: actions/download-artifact@v5
294+
uses: actions/download-artifact@v6
295295
with:
296296
path: artifacts/
297297

0 commit comments

Comments
 (0)