Update actions/upload-artifact action to v4
This commit is contained in:
parent
cbb6599ce0
commit
3284a1ca19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
|
@ -34,7 +34,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
|
||||||
|
|
Loading…
Add table
Reference in a new issue