Skip to content

Commit 1a4bc4f

Browse files
Update actions/download-artifact action to v7 (#6202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05c782a commit 1a4bc4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-cycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- uses: actions/checkout@v6
171171
- name: Download tarball artifact
172172
id: artifact
173-
uses: actions/download-artifact@v6
173+
uses: actions/download-artifact@v7
174174
with:
175175
name: ${{ github.ref_name }}
176176
- name: Check integrity

.github/workflows/release-upgradeable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ref: ${{ github.ref }}
8787
- name: Download tarball artifact
8888
id: artifact
89-
uses: actions/download-artifact@v6
89+
uses: actions/download-artifact@v7
9090
with:
9191
name: ${{ github.ref_name }}-upgradeable
9292
- name: Check integrity

0 commit comments

Comments
 (0)