@@ -143,7 +143,7 @@ jobs:
143143 path : ./report-output
144144
145145 - name : Send Slack notification on failure
146- uses : slackapi/slack-github-action@v1.27 .0
146+ uses : slackapi/slack-github-action@v2.0 .0
147147 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
148148 with :
149149 payload : |
@@ -265,7 +265,7 @@ jobs:
265265 DAFT_RUNNER : ${{ matrix.daft-runner }}
266266
267267 - name : Send Slack notification on failure
268- uses : slackapi/slack-github-action@v1.27 .0
268+ uses : slackapi/slack-github-action@v2.0 .0
269269 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
270270 with :
271271 payload : |
@@ -341,7 +341,7 @@ jobs:
341341 env :
342342 DAFT_RUNNER : ${{ matrix.daft-runner }}
343343 - name : Send Slack notification on failure
344- uses : slackapi/slack-github-action@v1.27 .0
344+ uses : slackapi/slack-github-action@v2.0 .0
345345 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
346346 with :
347347 payload : |
@@ -437,7 +437,7 @@ jobs:
437437 env :
438438 DAFT_RUNNER : ${{ matrix.daft-runner }}
439439 - name : Send Slack notification on failure
440- uses : slackapi/slack-github-action@v1.27 .0
440+ uses : slackapi/slack-github-action@v2.0 .0
441441 if : ${{ failure() }}
442442 with :
443443 payload : |
@@ -514,7 +514,7 @@ jobs:
514514 env :
515515 DAFT_RUNNER : ${{ matrix.daft-runner }}
516516 - name : Send Slack notification on failure
517- uses : slackapi/slack-github-action@v1.27 .0
517+ uses : slackapi/slack-github-action@v2.0 .0
518518 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
519519 with :
520520 payload : |
@@ -590,7 +590,7 @@ jobs:
590590 env :
591591 DAFT_RUNNER : ${{ matrix.daft-runner }}
592592 - name : Send Slack notification on failure
593- uses : slackapi/slack-github-action@v1.27 .0
593+ uses : slackapi/slack-github-action@v2.0 .0
594594 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
595595 with :
596596 payload : |
@@ -674,7 +674,7 @@ jobs:
674674 env :
675675 DAFT_RUNNER : native
676676 - name : Send Slack notification on failure
677- uses : slackapi/slack-github-action@v1.27 .0
677+ uses : slackapi/slack-github-action@v2.0 .0
678678 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
679679 with :
680680 payload : |
@@ -724,7 +724,7 @@ jobs:
724724 name : coverage-reports-rust-tests-${{ runner.os }}
725725 path : ./report-output
726726 - name : Send Slack notification on failure
727- uses : slackapi/slack-github-action@v1.27 .0
727+ uses : slackapi/slack-github-action@v2.0 .0
728728 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
729729 with :
730730 payload : |
@@ -828,7 +828,7 @@ jobs:
828828 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
829829 files : ./report-output/*
830830 - name : Send Slack notification on failure
831- uses : slackapi/slack-github-action@v1.27 .0
831+ uses : slackapi/slack-github-action@v2.0 .0
832832 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
833833 with :
834834 payload : |
@@ -909,7 +909,7 @@ jobs:
909909 python -c 'import daft; from daft import *'
910910
911911 - name : Send Slack notification on failure
912- uses : slackapi/slack-github-action@v1.27 .0
912+ uses : slackapi/slack-github-action@v2.0 .0
913913 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
914914 with :
915915 payload : |
@@ -976,7 +976,7 @@ jobs:
976976 pre-commit run --all-files
977977
978978 - name : Send Slack notification on failure
979- uses : slackapi/slack-github-action@v1.27 .0
979+ uses : slackapi/slack-github-action@v2.0 .0
980980 if : ${{ failure() && (github.ref == 'refs/heads/main') }}
981981 with :
982982 payload : |
0 commit comments