fix(ci): pin upload-artifact to @v3 — v4 artifact protocol unsupported on Gitea
CD / Lint / Test / Vet (push) Failing after 2s
CD / Build & Import (push) Has been skipped
CD / Deploy via GitOps (push) Has been skipped

Gitea's act_runner does not implement the @actions/artifact v2.0.0+ backend, so
upload-artifact@v4 fails the job with GHESNotSupportedError even when the loop
succeeds. v3 is the newest tag the Gitea runner supports.
This commit is contained in:
mathias
2026-06-29 18:43:12 +00:00
parent 731673061e
commit c9b22db3b8
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
- name: Upload run artifacts
if: always()
uses: https://gitea.com/actions/upload-artifact@v4
uses: https://gitea.com/actions/upload-artifact@v3
with:
name: run-${{ steps.vars.outputs.rq_id }}-${{ github.run_number }}
path: |