mirror of
https://github.com/containers/podman.git
synced 2025-07-01 08:07:03 +08:00
Merge pull request #18122 from containers/renovate/actions-upload-artifact-3.x
[skip-ci] Update actions/upload-artifact action to v3
This commit is contained in:
2
.github/workflows/rerun_cirrus_cron.yml
vendored
2
.github/workflows/rerun_cirrus_cron.yml
vendored
@ -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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
|
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}_artifacts
|
name: ${{ github.job }}_artifacts
|
||||||
path: artifacts/*
|
path: artifacts/*
|
||||||
|
Reference in New Issue
Block a user