[skip-ci] Update actions/upload-artifact action to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
adce98f08f
commit
c5a0d86461
|
|
@ -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/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue