From c932478d5741ce418e34f31b69725fa9ff391297 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Mon, 5 Feb 2024 20:38:43 -0800 Subject: [PATCH] Downgrade upload-artifact to v3 for test results. See https://github.com/dorny/test-reporter/issues/363. Signed-off-by: Bradley Grainger --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f470f44..568d256 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx" - name: Upload Test Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 if: success() || failure() with: name: test-results