Skip to content

Commit 7c6ca4b

Browse files
Update actions/download-artifact action to v5
1 parent 99eda22 commit 7c6ca4b

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@v4
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)