diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b76f576..042f8b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,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 @@ -71,7 +71,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