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:
2
.github/workflows/check_cirrus_cron.yml
vendored
2
.github/workflows/check_cirrus_cron.yml
vendored
@@ -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/*
|
||||
|
||||
2
.github/workflows/mac-pkg.yml
vendored
2
.github/workflows/mac-pkg.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/release-artifacts.yml
vendored
2
.github/workflows/release-artifacts.yml
vendored
@@ -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: |
|
||||
|
||||
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user