diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 382ed89e..6b08ac69 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: - name: Coverage report if: ${{ github.event_name != 'push' && github.actor != 'dependabot[bot]' }} - uses: ArtiomTr/jest-coverage-report-action@v2.2.4 + uses: ArtiomTr/jest-coverage-report-action@v2.2.6 with: skip-step: all coverage-file: coverage/report.json