diff --git a/.github/workflows/code-cov.yml b/.github/workflows/code-cov.yml index 9af5693..7875537 100644 --- a/.github/workflows/code-cov.yml +++ b/.github/workflows/code-cov.yml @@ -26,7 +26,7 @@ jobs: npm ci --ignore-scripts npm run coverage:report - name: Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.lcov