diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc37b08..557d245 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Test .NET Solution run: dotnet test --configuration Release --no-build --filter="Category=UnitTest|Category=IntegrationTest" --logger "trx;LogFilePrefix=test-results" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: success() || failure() with: name: test-results