diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a144a47..82a1414 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,7 @@ jobs: run: dotnet pack src/Moonforge.Core/Moonforge.Core.csproj --configuration Release --no-build --output artifacts - name: Upload NuGet artifact - if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: Moonforge.Core-nupkg path: |