Skip to content

Commit e47f76f

Browse files
chore(deps): update actions/github-script action to v9
1 parent 39e1cf9 commit e47f76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
&& github.event.workflow_run.conclusion == 'success'
1919
steps:
2020
- name: Download dist
21-
uses: actions/github-script@v8
21+
uses: actions/github-script@v9
2222
with:
2323
script: |
2424
var artifact = (await github.rest.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)