diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 1b824f1..562d337 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -42,7 +42,7 @@ jobs: python -m pytest - name: Send status to author's email if: ${{ failure() }} && github.event_name != 'workflow_dispatch' }} # Only email if the workflow failed and was not manually started. Customize this as necessary. - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v6 with: # Required mail server address if not connection_url: server_address: smtp.gmail.com