diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e8ee41..adcc92c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: run: PYTHONPATH=./src pytest --cov=src --cov-report=xml test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true