diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index d1abba961f..d8ff763547 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -59,7 +59,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{ github.workspace }}/coverage/jest/codecov.json verbose: true @@ -90,7 +90,7 @@ jobs: - run: npm run test-integration-ci - name: Upload coverage reports to Codecov if: '!cancelled()' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{ github.workspace }}/coverage/jest/codecov.json verbose: true @@ -128,7 +128,7 @@ jobs: CURRENT_SPLIT_INDEX: ${{ matrix.split }} - name: Upload coverage reports to Codecov if: '!cancelled()' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{ github.workspace }}/coverage/render/codecov.json verbose: true