diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1292fb4..b8be847 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.0 + uses: codecov/codecov-action@v5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }} directory: coverage