diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7baea0..d0354ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - run: dotnet restore - run: dotnet build --configuration Release --no-restore - run: dotnet test --no-restore --verbosity normal --logger trx --results-directory "testresults" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: path: testresults # Use always() to always run this step to publish test results when there are test failures