From f6992c768eaf75b2ef133e0d347ce46a6f57525c Mon Sep 17 00:00:00 2001 From: rock Date: Sun, 30 Aug 2026 20:49:25 -0700 Subject: [PATCH] fix: remove upload-artifact actions --- .gitea/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5d5f1ec..6aeefa8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -50,9 +50,3 @@ jobs: - name: coverage summary run: go tool cover -func=coverage.out | tail -1 - - - name: upload coverage - uses: actions/upload-artifact@v4 - with: - name: coverage - path: coverage.out