From 582759b31e2354ddca8d0686cf07219a7f5cc932 Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Sun, 25 Aug 2024 23:31:42 +0200 Subject: [PATCH] suite --- .gitea/workflows/Quality.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index 3303d45..22b4d80 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -48,7 +48,7 @@ jobs: customSettings: "" # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings. toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool. - name: Upload Combined Coverage XML - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: coverage path: ${{ github.workspace }}/Cobertura.xml