Bump actions/github-script from 7 to 8 #9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-to-release.yml
vendored
4
.github/workflows/build-to-release.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Get latest release
|
||||
id: latest_release
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const releases = await github.rest.repos.listReleases({
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
result-encoding: string
|
||||
|
||||
- name: Upload to Release
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
|
|
|||
Loading…
Reference in a new issue