Update actions/upload-artifact action to v4

This commit is contained in:
Renovate Bot 2025-01-03 19:30:34 +00:00
parent 41f3d384c5
commit 7219ad09e4
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Save log file
# FIXME: v4 of this action causes an error on Forgejo (“You must configure a GitHub token”)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: renovate-log.ndjson

View file

@ -41,7 +41,7 @@ jobs:
RENOVATE_REPOSITORY_CACHE: 'enabled'
RENOVATE_TOKEN: ${{ vars.renovate_token }} #${{ github.token }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Renovate log
path: renovate-log.ndjson