From 1844d31f0bde6bb9f387d705f6e2dac4fc5ce53a Mon Sep 17 00:00:00 2001 From: Kirill Shklyaev Date: Mon, 5 May 2025 10:35:24 +0300 Subject: [PATCH] fix incorrect version in gh action Signed-off-by: Kirill Shklyaev --- .github/workflows/perftests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perftests.yml b/.github/workflows/perftests.yml index 05749245d..f37f18eec 100644 --- a/.github/workflows/perftests.yml +++ b/.github/workflows/perftests.yml @@ -112,7 +112,7 @@ jobs: *.log - name: Report Status when failure if: always() - uses: ravsamhq/notify-slack-action@2 + uses: ravsamhq/notify-slack-action@2.0.0 with: status: ${{ job.status }} notify_when: "failure"