Skip to content

Commit b37d414

Browse files
Merge pull request actions#198 from MaksimZhukov/fix-upload-assets-issue
Downgrade version of the github-script action
2 parents a6c0fa9 + 9b2450c commit b37d414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
Python ${{ env.VERSION }}
183183
184184
- name: Upload release assets
185-
uses: actions/github-script@v6
185+
uses: actions/github-script@v3
186186
with:
187187
github-token: ${{ secrets.GITHUB_TOKEN }}
188188
script: |
@@ -205,7 +205,7 @@ jobs:
205205
runs-on: ubuntu-latest
206206
steps:
207207
- name: Trigger "Create Pull Request" workflow
208-
uses: actions/github-script@v6
208+
uses: actions/github-script@v3
209209
with:
210210
github-token: ${{ secrets.PERSONAL_TOKEN }}
211211
script: |

0 commit comments

Comments
 (0)