Upgrade actions/upload-artifact from v3 to v4 in CI workflow #129

Open
opened 2026-03-28 08:40:12 +01:00 by marcel · 0 comments
Owner

Priority: low

actions/upload-artifact@v3 is 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:

# Before
uses: actions/upload-artifact@v3

# After
uses: actions/upload-artifact@v4

No other changes needed — the v4 API is backwards compatible for these use cases.

**Priority: low** `actions/upload-artifact@v3` is 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: ```yaml # Before uses: actions/upload-artifact@v3 # After uses: actions/upload-artifact@v4 ``` No other changes needed — the v4 API is backwards compatible for these use cases.
marcel added the phase-1: security label 2026-03-28 08:51:19 +01:00
marcel added the devops label 2026-03-28 10:47:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcel/familienarchiv#129