diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5250725..d30037c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Test with pytest run: uv run pytest --cov=frontx --cov-report xml - name: Upload code coverage results to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}