From 364acbf99b9f6af752d29dea05de86019019dfd5 Mon Sep 17 00:00:00 2001 From: soruh Date: Fri, 31 Jul 2026 14:24:09 +0200 Subject: [PATCH] use older artifact uploader --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8e0e2c..75f31b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,8 @@ jobs: --html \ --output-dir target/coverage-report - name: Upload HTML coverage report - uses: actions/upload-artifact@v7 + # Gitea does not support the artifact service used by v4 and later. + uses: actions/upload-artifact@v3 with: name: coverage-report path: target/coverage-report