Skip to content

Commit f756a0b

Browse files
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] <[email protected]>
1 parent cbf28b1 commit f756a0b

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
@@ -104,7 +104,7 @@ jobs:
104104
path: cli
105105

106106
- name: Download release artifacts
107-
uses: actions/download-artifact@v5
107+
uses: actions/download-artifact@v6
108108

109109
- name: Prep archives
110110
run: |
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: ubuntu-latest
180180
steps:
181181
- name: Download release artifacts
182-
uses: actions/download-artifact@v5
182+
uses: actions/download-artifact@v6
183183
with:
184184
name: release-archives
185185

@@ -193,7 +193,7 @@ jobs:
193193
done
194194
195195
- name: Download release notes
196-
uses: actions/download-artifact@v5
196+
uses: actions/download-artifact@v6
197197
with:
198198
name: RELEASE-NOTES.txt
199199

0 commit comments

Comments
 (0)