diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd72503..cdf0a00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: dotnet-version: '10.0.x' - name: Build run: ./build.sh CI - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: nuget-packages path: artifacts/*.nupkg