Skip to content

Commit ec3277b

Browse files
ci(deps): bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17018ee commit ec3277b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

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

156156
steps:
157157
- name: Download all artifacts
158-
uses: actions/download-artifact@v4
158+
uses: actions/download-artifact@v7
159159

160160
- name: List built packages
161161
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
fetch-depth: 0
163163

164164
- name: Download all artifacts
165-
uses: actions/download-artifact@v4
165+
uses: actions/download-artifact@v7
166166
with:
167167
path: artifacts
168168

.github/workflows/test.yml

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

280280
steps:
281281
- name: Download all test results
282-
uses: actions/download-artifact@v4
282+
uses: actions/download-artifact@v7
283283

284284
- name: Generate test summary
285285
run: |

0 commit comments

Comments
 (0)