diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89a90b0..584f719 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@v4 + - uses: actions/upload-artifact@v5 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@v4 + uses: actions/upload-artifact@v5 with: name: nuget if-no-files-found: error