diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 8f44da35..98136629 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -160,7 +160,7 @@ jobs: - name: Publish Screehnshots - Update or Create Comment if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && always() - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: comment-id: ${{ steps.fc.outputs.comment-id }} body-file: comment.md @@ -359,7 +359,7 @@ jobs: - name: Publish Screehnshots - Update or Create Comment if: always() - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: comment-id: ${{ steps.fc.outputs.comment-id }} body-file: comment.md