Update actions/upload-artifact action to v4
This commit is contained in:
parent
14e3c538ff
commit
abf5a10581
2 changed files with 2 additions and 2 deletions
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
RENOVATE_TOKEN: ${{ secrets.renovate_token }} #${{ github.token }}
|
RENOVATE_TOKEN: ${{ secrets.renovate_token }} #${{ github.token }}
|
||||||
|
|
||||||
- name: Save log file
|
- name: Save log file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: renovate-log.ndjson
|
name: renovate-log.ndjson
|
||||||
path: renovate-log.ndjson
|
path: renovate-log.ndjson
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
RENOVATE_REPOSITORY_CACHE: 'enabled'
|
RENOVATE_REPOSITORY_CACHE: 'enabled'
|
||||||
RENOVATE_TOKEN: ${{ vars.renovate_token }} #${{ github.token }}
|
RENOVATE_TOKEN: ${{ vars.renovate_token }} #${{ github.token }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Renovate log
|
name: Renovate log
|
||||||
path: renovate-log.ndjson
|
path: renovate-log.ndjson
|
||||||
|
|
Loading…
Add table
Reference in a new issue