diff --git a/.github/workflows/regression_reusable.yaml b/.github/workflows/regression_reusable.yaml index 8f923853a..a1f234b60 100644 --- a/.github/workflows/regression_reusable.yaml +++ b/.github/workflows/regression_reusable.yaml @@ -161,7 +161,7 @@ jobs: name: cli-coverage path: cli_coverage.json - name: ✉ Mail failure report - uses: dawidd6/action-send-mail@v11 + uses: dawidd6/action-send-mail@v13 if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule' with: server_address: smtp.gmail.com diff --git a/.github/workflows/upgrade_reusable.yaml b/.github/workflows/upgrade_reusable.yaml index 0bb285856..5ea45833a 100644 --- a/.github/workflows/upgrade_reusable.yaml +++ b/.github/workflows/upgrade_reusable.yaml @@ -127,7 +127,7 @@ jobs: name: cli-coverage path: cli_coverage.json - name: ✉ Mail failure report - uses: dawidd6/action-send-mail@v11 + uses: dawidd6/action-send-mail@v13 if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule' with: server_address: smtp.gmail.com