Use explicit download-artifact name and path for win-installer release

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
(cherry picked from commit 22b10fa153)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Mario Loriedo
2025-12-10 16:45:08 +01:00
committed by Paul Holzinger
parent e34994be03
commit 2b52342af9

View File

@@ -163,7 +163,10 @@ jobs:
- name: Checkout Podman
uses: actions/checkout@v5
- name: Download Windows zip artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: release-artifacts
path: ${{ github.workspace }}\release-artifacts
- name: Set up Go
uses: actions/setup-go@v6
with: