1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 06:45:31 +01:00

Merge pull request #27985 from containers/renovate/major-github-artifact-actions

[skip-ci] Update GitHub Artifact Actions (major)
This commit is contained in:
Paul Holzinger
2026-01-29 18:32:03 +01:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ jobs:
body: file://./artifacts/email_body.txt
- if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ${{ github.job }}_artifacts
path: artifacts/*

View File

@@ -125,7 +125,7 @@ jobs:
if: >-
steps.check.outputs.buildarm == 'true' ||
steps.actual_dryrun.outputs.dryrun == 'true'
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: installers
path: |

View File

@@ -176,7 +176,7 @@ jobs:
if: >-
steps.check.outputs.buildartifacts == 'true' ||
steps.actual_dryrun.outputs.dryrun == 'true'
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: artifacts
path: |

View File

@@ -89,7 +89,7 @@ jobs:
run: |
make release-artifacts
- name: Upload to Actions as artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: release-artifacts
path: release/*
@@ -139,7 +139,7 @@ jobs:
run: |
make ARCH=aarch64 notarize &> /dev/null
- name: Artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: mac-installers
path: |
@@ -170,7 +170,7 @@ jobs:
with:
persist-credentials: false
- name: Download Windows zip artifact
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: release-artifacts
path: ${{ github.workspace }}\release-artifacts
@@ -230,7 +230,7 @@ jobs:
Copy-Item -Path "podman-${env:VERSION}.msi" -Destination "podman-installer-windows-${env:PODMAN_ARCH}.msi"
Pop-Location
- name: Upload the MSI
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: win-msi-${{ matrix.arch }}
path: |
@@ -267,7 +267,7 @@ jobs:
- name: Display release notes
run: cat $VERSION-release-notes.md
- name: Download all artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
- name: Show artifacts
run: |
mv win-installer/* release-artifacts