diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7aad5a..3c388b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: dotnet pack --configuration Release --no-build --output ./artifacts - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: packages path: ./artifacts/*.nupkg