diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a8fa61b..7cea550 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -15,6 +15,6 @@ jobs: - run: uv run ./bin/lint - run: uv run ./bin/test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}