From 1693f628010902a47320b8d6219d1a2ee9b24391 Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Thu, 9 May 2024 12:37:12 +1000 Subject: [PATCH] Fix typo and update codecov CI action. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 748358a..a8ba90d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,6 @@ jobs: run: | python -m pytest - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.2.0 env: - CODEOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}