diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7c73ac..85e50c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: dotnet restore tests/Square.PackageConsumer/Square.PackageConsumer.csproj --source artifacts/packages --source https://api.nuget.org/v3/index.json - name: Build package consumer run: dotnet build tests/Square.PackageConsumer/Square.PackageConsumer.csproj -c Release --no-restore - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: square-packages path: artifacts/packages/*.*nupkg