diff --git a/.github/workflows/build_container_develop_branch.yml b/.github/workflows/build_container_develop_branch.yml index 211cc9cb91..58da4d0b91 100644 --- a/.github/workflows/build_container_develop_branch.yml +++ b/.github/workflows/build_container_develop_branch.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: 'Download artifact' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({ diff --git a/.github/workflows/build_container_non_develop_branch.yml b/.github/workflows/build_container_non_develop_branch.yml index 7c8a0e6950..4b38db60fc 100644 --- a/.github/workflows/build_container_non_develop_branch.yml +++ b/.github/workflows/build_container_non_develop_branch.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: 'Download artifact' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({ diff --git a/.github/workflows/build_contributer_container.yml b/.github/workflows/build_contributer_container.yml index 5700bbdb2b..2b8e5edcc3 100644 --- a/.github/workflows/build_contributer_container.yml +++ b/.github/workflows/build_contributer_container.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: 'Download artifact' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({