From f8d4db2d96631000f42d20057e9432f6b194aba7 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Tue, 8 Aug 2023 18:00:47 +0000 Subject: [PATCH] Fix github-action-zulip after version upgrade --- .github/workflows/breakage-against-linux-ponyc-latest.yml | 2 +- .github/workflows/breakage-against-windows-ponyc-latest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/breakage-against-linux-ponyc-latest.yml b/.github/workflows/breakage-against-linux-ponyc-latest.yml index b4a2cff..107b46d 100644 --- a/.github/workflows/breakage-against-linux-ponyc-latest.yml +++ b/.github/workflows/breakage-against-linux-ponyc-latest.yml @@ -16,7 +16,7 @@ jobs: run: make test ssl=0.9.0 config=debug - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 + uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }} diff --git a/.github/workflows/breakage-against-windows-ponyc-latest.yml b/.github/workflows/breakage-against-windows-ponyc-latest.yml index d8c9c3d..3d6cdbd 100644 --- a/.github/workflows/breakage-against-windows-ponyc-latest.yml +++ b/.github/workflows/breakage-against-windows-ponyc-latest.yml @@ -20,7 +20,7 @@ jobs: .\make.ps1 -Command test 2>&1; - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 + uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}