|
81 | 81 | echo "GIT_REV=$(git rev-parse --verify "refs/tags/$EXISTING_GIT_TAG"^0)" >>$GITHUB_ENV |
82 | 82 | - name: wait if workflow run has not finished yet |
83 | 83 | if: env.TAG_GIT_WORKFLOW_RUN_ID != '' |
84 | | - uses: actions/github-script@v7 |
| 84 | + uses: actions/github-script@v8 |
85 | 85 | with: |
86 | 86 | script: | |
87 | 87 | const { waitForWorkflowRunToFinish } = require('./workflow-runs') |
|
93 | 93 | process.env.TAG_GIT_WORKFLOW_RUN_ID |
94 | 94 | ) |
95 | 95 | - name: Get bundle-artifacts download URL |
96 | | - uses: actions/github-script@v7 |
| 96 | + uses: actions/github-script@v8 |
97 | 97 | if: env.TAG_GIT_WORKFLOW_RUN_ID != '' |
98 | 98 | id: get-bundle-artifacts-url |
99 | 99 | with: |
@@ -189,7 +189,7 @@ jobs: |
189 | 189 | flavor: build-installers |
190 | 190 | architecture: ${{env.architecture}} |
191 | 191 | - name: Create artifact build matrix |
192 | | - uses: actions/github-script@v7 |
| 192 | + uses: actions/github-script@v8 |
193 | 193 | id: artifact-build-matrix |
194 | 194 | with: |
195 | 195 | script: | |
@@ -484,7 +484,7 @@ jobs: |
484 | 484 | repositories: ${{ env.REPO }} |
485 | 485 | - name: Add a PR comment suggesting to validate the installer manually |
486 | 486 | if: matrix.artifact.name == 'installer' && github.event.inputs.architecture == 'x86_64' |
487 | | - uses: actions/github-script@v7 |
| 487 | + uses: actions/github-script@v8 |
488 | 488 | with: |
489 | 489 | github-token: ${{ steps.pr-comment-token.outputs.token }} |
490 | 490 | script: | |
@@ -577,7 +577,7 @@ jobs: |
577 | 577 | needs: ['pkg', 'artifacts'] |
578 | 578 | steps: |
579 | 579 | - name: gather all SHA-256 checksums |
580 | | - uses: actions/github-script@v7 |
| 580 | + uses: actions/github-script@v8 |
581 | 581 | env: |
582 | 582 | SHA256SUMS: ${{ toJSON(needs.artifacts.outputs) }} |
583 | 583 | with: |
|
0 commit comments