diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4439ac5..646842a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: make test uv run coverage xml - name: Upload coverage - uses: codecov/codecov-action@a99c28d3f0da835de33ff2feb2e15691c7b9641f # v7 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit @@ -186,7 +186,7 @@ jobs: make test_cluster uv run coverage xml - name: Upload coverage - uses: codecov/codecov-action@a99c28d3f0da835de33ff2feb2e15691c7b9641f # v7 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 with: token: ${{ secrets.CODECOV_TOKEN }} flags: cluster