Upgrade actions/upload-artifact from v3 to v4 in CI workflow #129
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Priority: low
actions/upload-artifact@v3is used in two places in.gitea/workflows/ci.yml(lines 41 and 197). v3 is end-of-life and will eventually stop working.What to do
Replace both occurrences:
No other changes needed — the v4 API is backwards compatible for these use cases.