diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d7428e..e0bb2ade 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.0.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} directory: coverage