diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 91a0ba5..f1946b4 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -37,7 +37,7 @@ jobs: poetry run pytest --cov=greeting_toolkit --cov-report=xml --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml fail_ci_if_error: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 159b5b8..e5540da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: poetry run pytest --cov=greeting_toolkit --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml fail_ci_if_error: false