Skip to content

Commit 86127bc

Browse files
Bump actions/github-script from 7 to 8 (#1197)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bca478 commit 86127bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Publish Nuget packages to Nuget registry
5151
run: dotnet nuget push "out/*" -k ${{secrets.NUGET_AUTH_TOKEN}}
5252
- name: Upload Nuget packages as release artifacts
53-
uses: actions/github-script@v7
53+
uses: actions/github-script@v8
5454
with:
5555
github-token: ${{secrets.GITHUB_TOKEN}}
5656
script: |

0 commit comments

Comments
 (0)