diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 066eb441..41180592 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -35,7 +35,7 @@ jobs: if: always() with: report_paths: Test/TestResults/TestResults.xml - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: artifacts