diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3c98c5..965d1db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: run: npx nx run-many --target test -- --ci --coverage - name: Codecov - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 with: token: ${{ secrets.CODECOV_TOKEN }} directory: coverage