mirror of https://github.com/containers/podman.git
[skip-ci] Update actions/upload-artifact action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9c16f1bab8
commit
58edd06ff0
|
@ -73,7 +73,7 @@ jobs:
|
||||||
body: file://./artifacts/email_body.txt
|
body: file://./artifacts/email_body.txt
|
||||||
|
|
||||||
- if: always()
|
- if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}_artifacts
|
name: ${{ github.job }}_artifacts
|
||||||
path: artifacts/*
|
path: artifacts/*
|
||||||
|
|
|
@ -134,7 +134,7 @@ jobs:
|
||||||
steps.check.outputs.buildamd == 'true' ||
|
steps.check.outputs.buildamd == 'true' ||
|
||||||
steps.check.outputs.buildarm == 'true' ||
|
steps.check.outputs.buildarm == 'true' ||
|
||||||
steps.actual_dryrun.outputs.dryrun == 'true'
|
steps.actual_dryrun.outputs.dryrun == 'true'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: installers
|
name: installers
|
||||||
path: |
|
path: |
|
||||||
|
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
SECRET_CIRRUS_API_KEY: ${{ secrets.SECRET_CIRRUS_API_KEY }}
|
SECRET_CIRRUS_API_KEY: ${{ secrets.SECRET_CIRRUS_API_KEY }}
|
||||||
run: './.github/actions/check_cirrus_cron/rerun_failed_tasks.sh'
|
run: './.github/actions/check_cirrus_cron/rerun_failed_tasks.sh'
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}_artifacts
|
name: ${{ github.job }}_artifacts
|
||||||
path: artifacts/*
|
path: artifacts/*
|
||||||
|
|
|
@ -185,7 +185,7 @@ jobs:
|
||||||
|
|
||||||
- name: Collect scan report artifact
|
- name: Collect scan report artifact
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: gitleaks-report
|
name: gitleaks-report
|
||||||
path: ${{ github.workspace }}/_report/gitleaks-report.json
|
path: ${{ github.workspace }}/_report/gitleaks-report.json
|
||||||
|
|
|
@ -115,7 +115,7 @@ jobs:
|
||||||
Exit $code
|
Exit $code
|
||||||
- name: Artifact
|
- name: Artifact
|
||||||
if: steps.check.outputs.already-exists != 'true' || steps.actual_dryrun.outputs.dryrun == 'true'
|
if: steps.check.outputs.already-exists != 'true' || steps.actual_dryrun.outputs.dryrun == 'true'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: installer
|
name: installer
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue