diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47c558298..3efee8a21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Upload code coverage to Codecov if: github.repository == 'UXARRAY/uxarray' - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: