From 284b3dadf8e27ee8841e81bf15ebcd0e2689bbb6 Mon Sep 17 00:00:00 2001 From: soruh Date: Fri, 31 Jul 2026 14:37:36 +0200 Subject: [PATCH] remove github upload --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad21def..b07eec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,15 +89,7 @@ jobs: --branch \ --html \ --output-dir target/coverage-report - - name: Upload HTML coverage report on GitHub - if: github.server_url == 'https://github.com' - uses: actions/upload-artifact@v7 - with: - name: coverage-report - path: target/coverage-report - if-no-files-found: error - retention-days: 14 - - name: Upload HTML coverage report on Gitea + - name: Upload HTML coverage report # Gitea does not support the artifact service used by v4 and later. if: github.server_url != 'https://github.com' uses: actions/upload-artifact@v3