diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c45ef11..b410fa7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,7 +26,7 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal --configuration Release - name: Publish Unit Test Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() with: name: TestResult