diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index ff326d0..a72081d 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -29,6 +29,6 @@ jobs: env: CI: true - name: Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }}