From 2294ac78f826f0f1fe02ae63c2df9121ef7e0fd6 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Thu, 21 Nov 2024 17:13:19 +0530 Subject: [PATCH] Update actions --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2110482..99ad5b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,11 +47,14 @@ jobs: run: | python -m tox python -m tox -e coverage_report - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 + with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} fmt: name: Format runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: psf/black@stable - uses: isort/isort-action@v1