diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7451bef5..414f5a39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Upload coverage reports to Codecov with GitHub Action if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'}} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: