diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 75276f031..6af94dd83 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -90,7 +90,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0 + uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.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 50c6130bc..fe0212c8b 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -79,7 +79,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0 + uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.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 57e522d9f..a3c2d1310 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -79,7 +79,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@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0 + uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 continue-on-error: true with: fail_ci_if_error: false