diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index c556bb4b1..95a85a1f3 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -301,7 +301,7 @@ jobs: # as e2e tests may fail for new kernel release - name: Slack notification if: ${{ steps.set_kernel_version.outputs.matrix_values_not_empty == '1' && github.ref == 'refs/heads/main' }} - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: token: ${{ secrets.SLACK_BOT_TOKEN }} method: chat.postMessage @@ -495,7 +495,7 @@ jobs: - name: Slack notification if: ${{ ! (matrix.driver_branch == 535 && contains(matrix.kernel_version, 'ubuntu24.04')) && github.ref == 'refs/heads/main' }} - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: token: ${{ secrets.SLACK_BOT_TOKEN }} method: chat.postMessage