Skip to content

Commit 33f567b

Browse files
authored
Merge pull request #1629 from Miepee/patch-2
downgrade to v6
2 parents fc8e082 + 97c4202 commit 33f567b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/github-script@v7
16+
- uses: actions/github-script@v6
1717
with:
1818
script: |
1919
const {owner, repo} = context.repo;

0 commit comments

Comments
 (0)