diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1a4ff2..f6f7394 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: - name: Test .NET Solution run: dotnet test --configuration Release --no-build --filter="Category=UnitTest|Category=IntegrationTest" --logger "trx;LogFilePrefix=test-results" - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: always() with: name: test-results @@ -72,7 +72,7 @@ jobs: if: ${{ github.event_name == 'release' && github.event.release.tag_name != '' }} - name: Store .NET Package - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: nuget if-no-files-found: error