diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index eb28a17ec..3a803bd8b 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -128,7 +128,7 @@ jobs: - id: show-error name: 'Show error' if: ${{ steps.get-chart.outputs.result == 'fail' }} - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: script: | core.setFailed('${{ steps.get-chart.outputs.error }}') diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index f6a8bbd17..2015995b1 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -75,7 +75,7 @@ jobs: - id: show-error name: Show error if: ${{ steps.get-chart.outputs.result == 'fail' }} - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: script: | core.setFailed('${{ steps.get-chart.outputs.error }}')