diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 9ac1668..4cfbaf5 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -46,7 +46,7 @@ jobs: - name: "Upload coverage to Codecov" if: "contains(env.USING_COVERAGE, matrix.python-version)" - uses: "codecov/codecov-action@v4.0.1" + uses: "codecov/codecov-action@v4.5.0" with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}