diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77b2d2b..59fdbd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,7 +272,7 @@ jobs: - name: Upload Nuget if: ${{ matrix.os == 'ubuntu-latest' }} - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.6.2 with: name: nuget path: ${{ github.workspace }}/release/*.nupkg