diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3f3c757..b737ee4 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -23,7 +23,7 @@ jobs: run: npm ci - name: Run Unit Tests run: npm test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: directory: ./coverage/ verbose: true