diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index ac63c849..0767e3a5 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -42,7 +42,7 @@ jobs: retention-days: 7 - name: Dispatch information to repository 🗣️ if: ${{ failure() && steps.prettier.conclusion == 'failure' && github.event_name == 'pull_request' }} - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: event-type: prettier-failed-on-pr client-payload: '{"pr_number": "${{ github.event.number }}", "artifact_url": "${{ steps.artifact-upload.outputs.artifact-url }}", "run_id": "${{ github.run_id }}"}'