diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fd2269..01bca99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: run: python -m pytest tests --cov fids --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml name: codecov-umbrella