diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 001d359..48bb7ed 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -28,7 +28,7 @@ jobs: run: npm ci - name: Run Unit Tests run: npm test - - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 + - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: directory: ./coverage/ verbose: true