diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9634386..e7d9c99 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@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: TestResult