diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f435ba..be0ed06 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