Skip to content

Commit affb82b

Browse files
Bump actions/download-artifact from 6 to 7 (#1662)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50581c3 commit affb82b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
path: cli
103103

104104
- name: Download release artifacts
105-
uses: actions/download-artifact@v6
105+
uses: actions/download-artifact@v7
106106

107107
- name: Prep archives
108108
run: |
@@ -177,7 +177,7 @@ jobs:
177177
runs-on: ubuntu-latest
178178
steps:
179179
- name: Download release artifacts
180-
uses: actions/download-artifact@v6
180+
uses: actions/download-artifact@v7
181181
with:
182182
name: release-archives
183183

@@ -191,7 +191,7 @@ jobs:
191191
done
192192
193193
- name: Download release notes
194-
uses: actions/download-artifact@v6
194+
uses: actions/download-artifact@v7
195195
with:
196196
name: RELEASE-NOTES.txt
197197

0 commit comments

Comments
 (0)