From 003cbdb0ec4834904a93b95f99c902adbbaa79f0 Mon Sep 17 00:00:00 2001 From: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:53:48 +0200 Subject: [PATCH] Bump slackapi/slack-github-action from v3.0.5 to v4.0.0 in /.github/workflows --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c644b1c..5c56612 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -148,7 +148,7 @@ jobs: echo "title=$TITLE" >> "$GITHUB_OUTPUT" - name: Notify Success if: needs.publish.result == 'success' && needs.sbom.result == 'success' && github.event_name == 'push' - uses: slackapi/slack-github-action@v3.0.5 + uses: slackapi/slack-github-action@v4.0.0 with: webhook-type: incoming-webhook webhook: ${{ secrets.SLACK_WEBHOOK_URL_YOLO }} @@ -156,7 +156,7 @@ jobs: text: " *${{ github.workflow }}* ✅ `${{ github.repository }}` ${{ steps.release.outputs.title || needs.check.outputs.current_tag }} · " - name: Notify Failure if: needs.publish.result != 'success' || needs.sbom.result != 'success' - uses: slackapi/slack-github-action@v3.0.5 + uses: slackapi/slack-github-action@v4.0.0 with: webhook-type: incoming-webhook webhook: ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}