We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 086af0f + 8ef76a6 commit dafc0c4Copy full SHA for dafc0c4
.github/workflows/release.yml
@@ -163,7 +163,7 @@ jobs:
163
- name: Checkout Podman
164
uses: actions/checkout@v4
165
- name: Download Windows zip artifact
166
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
167
- name: Set up Go
168
uses: actions/setup-go@v5
169
with:
@@ -259,7 +259,7 @@ jobs:
259
- name: Display release notes
260
run: cat $VERSION-release-notes.md
261
- name: Download all artifacts
262
263
- name: Show artifacts
264
run: |
265
mv win-installer/* release-artifacts
0 commit comments