Skip to content

Commit dafc0c4

Browse files
Merge pull request #26759 from containers/renovate/major-github-artifact-actions
[skip-ci] Update actions/download-artifact action to v5
2 parents 086af0f + 8ef76a6 commit dafc0c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Checkout Podman
164164
uses: actions/checkout@v4
165165
- name: Download Windows zip artifact
166-
uses: actions/download-artifact@v4
166+
uses: actions/download-artifact@v5
167167
- name: Set up Go
168168
uses: actions/setup-go@v5
169169
with:
@@ -259,7 +259,7 @@ jobs:
259259
- name: Display release notes
260260
run: cat $VERSION-release-notes.md
261261
- name: Download all artifacts
262-
uses: actions/download-artifact@v4
262+
uses: actions/download-artifact@v5
263263
- name: Show artifacts
264264
run: |
265265
mv win-installer/* release-artifacts

0 commit comments

Comments
 (0)