Update actions/github-script action to v3.2.0

This commit is contained in:
renovate[bot] 2023-08-31 16:06:48 +00:00 committed by GitHub
parent 1789571921
commit 7549e24479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
ref: ${{ github.event.workflow_run.head_sha }}
- name: "Download artifact"
uses: actions/github-script@v3.1.0
uses: actions/github-script@v3.2.0
with:
script: |
const artifacts = await github.actions.listWorkflowRunArtifacts({

View File

@ -28,7 +28,7 @@ jobs:
ref: ${{ github.event.workflow_run.head_sha }}
- name: "Download artifact"
uses: actions/github-script@v3.1.0
uses: actions/github-script@v3.2.0
with:
script: |
const artifacts = await github.actions.listWorkflowRunArtifacts({