diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 7cc2a0a5..5d3b39b0 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -72,6 +72,6 @@ jobs: if: ${{ github.event_name == 'schedule' && failure() }} env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_ACTION_FAILURE }} - uses: Ilshidur/action-discord@0.3.2 + uses: Ilshidur/action-discord@0.4.0 with: args: "[Scheduled action failed!](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})"