diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 465c670..861ec9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: pytest --cov=stringsight --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml fail_ci_if_error: false \ No newline at end of file