Skip to content

Commit 76f1563

Browse files
Update actions/download-artifact action to v5 (#5834)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04044c3 commit 76f1563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- uses: actions/checkout@v5
173173
- name: Download tarball artifact
174174
id: artifact
175-
uses: actions/download-artifact@v4
175+
uses: actions/download-artifact@v5
176176
with:
177177
name: ${{ github.ref_name }}
178178
- name: Check integrity

0 commit comments

Comments
 (0)