diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index a4e07268..74f39e9a 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -274,7 +274,7 @@ jobs: id: slack_notify if: ${{ env.SKIP_TESTS != 'true' && steps.publish_md_report.outcome == 'success' }} continue-on-error: true # if this fails, we still need to run clean-up steps - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v2.0.0 with: channel-id: ${{ secrets.CI_SLACK_CHANNEL_ID }} payload-file-path: "./gen3-integration-tests/slack_report.json"