diff --git a/.github/workflows/report-code-coverage.yml b/.github/workflows/report-code-coverage.yml index 0c64f4576..9f1741fb9 100644 --- a/.github/workflows/report-code-coverage.yml +++ b/.github/workflows/report-code-coverage.yml @@ -32,7 +32,7 @@ jobs: run: npm run test:ci - name: Upload Coverage Reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v5.1.2 with: directory: ./reports/coverage token: ${{ secrets.CODECOV_TOKEN }}