diff --git a/.github/workflows/tests-coverage.yml b/.github/workflows/tests-coverage.yml index 1c3bae3..8f49fdd 100644 --- a/.github/workflows/tests-coverage.yml +++ b/.github/workflows/tests-coverage.yml @@ -42,6 +42,6 @@ jobs: CI: true - name: Collect coverage to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.5 with: token: ${{ secrets.CODECOV_TOKEN }}