diff --git a/.github/workflows/notify-coverage.yml b/.github/workflows/notify-coverage.yml index 1c095d7d7..3022514d1 100644 --- a/.github/workflows/notify-coverage.yml +++ b/.github/workflows/notify-coverage.yml @@ -126,7 +126,7 @@ jobs: if: needs.check-coverage.outputs.should_notify == 'true' steps: - name: Send notification - uses: slackapi/slack-github-action@v1.24.0 + uses: slackapi/slack-github-action@v1.25.0 with: channel-id: 'C04SHCL4FKP' slack-message: ${{ needs.check-coverage.outputs.msg }}