From 5fdb18df0ac2d4935f769c02a815544859a28068 Mon Sep 17 00:00:00 2001 From: Manan Verma Date: Thu, 2 Apr 2026 06:37:31 +0530 Subject: [PATCH] ci: upgrade slack-github-action to v3.0.1 Standardize on latest slack-github-action across all repos. Also fix SLACK_WEBHOOK_TYPE casing for v2+/v3 compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/self-test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a9cada..2ba50fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,11 +99,11 @@ jobs: if: failure() && github.event_name == 'push' env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK + SLACK_WEBHOOK_TYPE: incoming-webhook steps: - name: Notify Slack - Fail if: env.SLACK_WEBHOOK_URL != '' - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v3.0.1 with: payload: | { diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93707a5..4086bff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,11 +50,11 @@ jobs: if: failure() env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK + SLACK_WEBHOOK_TYPE: incoming-webhook steps: - name: Notify Slack - Fail if: env.SLACK_WEBHOOK_URL != '' - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v3.0.1 with: payload: | { diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml index 6d2871e..d817954 100644 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -79,11 +79,11 @@ jobs: if: failure() && github.event_name == 'push' env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK + SLACK_WEBHOOK_TYPE: incoming-webhook steps: - name: Notify Slack - Fail if: env.SLACK_WEBHOOK_URL != '' - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v3.0.1 with: payload: | {