diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 584f719..b8de317 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: success() || failure() with: name: test-results @@ -72,7 +72,7 @@ jobs: if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || 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