diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c42b3be..f339701 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -45,7 +45,7 @@ jobs: NX_REJECT_UNKNOWN_LOCAL_CACHE: 0 - name: Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 if: hashFiles('coverage/**/*') != '' with: directory: coverage