diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index c5505b75..6998612f 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -36,7 +36,7 @@ jobs: if: always() with: report_paths: Test/TestResults/TestResults.xml - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: artifacts