diff --git a/.github/workflows/mirror-images.yml b/.github/workflows/mirror-images.yml index 4db1a9c79..1d9e9ba3d 100644 --- a/.github/workflows/mirror-images.yml +++ b/.github/workflows/mirror-images.yml @@ -37,7 +37,7 @@ jobs: - name: 'Download tag artifact' if: ${{ github.event_name == 'workflow_run' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({ diff --git a/.github/workflows/update-manifest.yml b/.github/workflows/update-manifest.yml index 0bc227ad1..e41a303ff 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -36,7 +36,7 @@ jobs: steps: - name: 'Download tag artifact' if: ${{ github.event_name == 'workflow_run' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({