Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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/actions/publish-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
echo "EOF" >> $GITHUB_OUTPUT

- name: Send to Slack Workflow
uses: slackapi/slack-github-action@v2.1.1
uses: slackapi/slack-github-action@v4.0.0
with:
webhook: ${{ inputs.slackWebhook }}
webhook-type: webhook-trigger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
if: steps.npmpublish.outcome == 'success'
id: slack-notify-beta
continue-on-error: true
uses: slackapi/slack-github-action@v2.1.1
uses: slackapi/slack-github-action@v4.0.0
with:
webhook: ${{ env.SLACK_WEBHOOK_URL_BETA }}
webhook-type: webhook-trigger
Expand Down
Loading