diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 948d000fe..7006ba37b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -87,7 +87,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 continue-on-error: true with: fail_ci_if_error: false diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 9cfeba1af..dff26853c 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -77,7 +77,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 continue-on-error: true with: fail_ci_if_error: false diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index e5cbf6232..3b6a0a2ad 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -76,7 +76,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }} - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 continue-on-error: true with: fail_ci_if_error: false