diff --git a/.github/workflows/build_lint.yml b/.github/workflows/build_lint.yml index b0eb2e15099..ab62e75bce5 100644 --- a/.github/workflows/build_lint.yml +++ b/.github/workflows/build_lint.yml @@ -57,7 +57,7 @@ jobs: run: pytest --durations=10 --cov=mesa tests/ --cov-report=xml - if: matrix.os == 'ubuntu' name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}