Downgrade upload-artifact action again

v4 causes an error
This commit is contained in:
Tobi Schäfer 2025-01-03 15:50:47 +01:00
parent d10f8d6d90
commit d18513fb76
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

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