diff --git a/.github/workflows/deploy-test-teardown.yml b/.github/workflows/deploy-test-teardown.yml index 5347e3c2..a12fba9c 100644 --- a/.github/workflows/deploy-test-teardown.yml +++ b/.github/workflows/deploy-test-teardown.yml @@ -36,7 +36,7 @@ jobs: run: oc -n ${{ env.NAMESPACE }} delete imagestreamtags ${{ env.IMG_NAME }}:${{ env.IMG_TAG }} --ignore-not-found - name: Notify on failure - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 if: ${{ failure() }} with: issue-number: ${{ github.event.number }}