[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:
renovate[bot] 2023-12-14 18:31:35 +00:00 committed by GitHub
parent 9c16f1bab8
commit 58edd06ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -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/*

View File

@ -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: |

View File

@ -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/*

View File

@ -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

View File

@ -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: |