Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: Notify Slack
if: env.SLACK_WEBHOOK_URL != ''
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v4
with:
payload: |
{"text":"CI failed in ${{ github.repository }}\n${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/promote-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
- name: Notify Slack
if: env.SLACK_WEBHOOK_URL != ''
continue-on-error: true
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v4
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
- name: Notify Slack
if: env.SLACK_WEBHOOK_URL != ''
continue-on-error: true # a Slack hiccup must never red an already-published release
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v4
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand All @@ -428,7 +428,7 @@ jobs:
steps:
- name: Notify Slack
if: env.SLACK_WEBHOOK_URL != ''
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v4
with:
# v2+ requires the URL via the `webhook` input + an explicit `webhook-type`.
# SLACK_WEBHOOK_URL is a classic Incoming Webhook -> incoming-webhook.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
steps:
- name: Notify Slack
if: env.SLACK_WEBHOOK_URL != ''
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v4
with:
# v2+ requires the URL via the `webhook` input + an explicit `webhook-type`
# (the v1 env-only style fails with "Missing input! The webhook type must be
Expand Down