diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc3cd54..e5cd632 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v3 - uses: ArtiomTr/jest-coverage-report-action@v2 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}