diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e7bd30..0ec4d45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: - name: Upload to Codecov if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 && github.repository == 'QuantEcon/quantecon-book-theme' && github.event_name == 'pull_request' - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: name: ebp-qbt-pytests-py3.7 flags: pytests