diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22b1dbd..52cb913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Upload NuGet packages if: matrix.target-framework == 'net10.0' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: nuget-packages path: ./artifacts/*.nupkg