Skip to content

Commit

Permalink
Merge pull request #21018 from containers/renovate/actions-upload-art…
Browse files Browse the repository at this point in the history
…ifact-4.x

[skip-ci] Update actions/upload-artifact action to v4
  • Loading branch information
openshift-merge-bot[bot] authored Jan 19, 2024
2 parents b22cb20 + 58edd06 commit be65b31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
body: file://./artifacts/email_body.txt

- if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}_artifacts
path: artifacts/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
steps.check.outputs.buildamd == 'true' ||
steps.check.outputs.buildarm == 'true' ||
steps.actual_dryrun.outputs.dryrun == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installers
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rerun_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
SECRET_CIRRUS_API_KEY: ${{ secrets.SECRET_CIRRUS_API_KEY }}
run: './.github/actions/check_cirrus_cron/rerun_failed_tasks.sh'

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}_artifacts
path: artifacts/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Collect scan report artifact
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gitleaks-report
path: ${{ github.workspace }}/_report/gitleaks-report.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
Exit $code
- name: Artifact
if: steps.check.outputs.already-exists != 'true' || steps.actual_dryrun.outputs.dryrun == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installer
path: |
Expand Down

0 comments on commit be65b31

Please sign in to comment.