diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b27a20f..217ecfc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,4 +35,4 @@ jobs: - name: Run tests and collect coverage run: uv run pytest --cov-config=faslr/tests/.coveragerc --cov=./ --cov-report=term --cov-report=xml - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7