diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 84424eb..2cb47a9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -86,7 +86,7 @@ jobs: workflow: ${{ steps.dispatch.outputs.run_id }} - name: Fail unless the workflow succeeded if: ${{ steps.waiter.outputs.conclusion != 'success' }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.setFailed('Deployment workflow completed with stats: ${{ steps.waiter.outputs.conclusion }}')