We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388abc3 commit 7e361f0Copy full SHA for 7e361f0
.github/workflows/build.yml
@@ -117,7 +117,7 @@ jobs:
117
# from https://github.com/actions/upload-release-asset/issues/47#issuecomment-659071145
118
- name: Upload binaries tarball to the release
119
if: ${{ github.event.release.upload_url != '' }}
120
- uses: actions/github-script@v2
+ uses: actions/github-script@v6
121
with:
122
github-token: ${{secrets.GITHUB_TOKEN}}
123
script: |
0 commit comments