From 62792853ba2d33d53f5a67e847d42f60b6e12dfc Mon Sep 17 00:00:00 2001 From: rock Date: Sun, 30 Aug 2026 20:49:24 -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 a23b135..bb1854b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -49,9 +49,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