We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82f1bb0 + cbab324 commit 8a1152bCopy full SHA for 8a1152b
.github/workflows/ci-windows.yml
@@ -66,7 +66,7 @@ jobs:
66
statuses: write
67
steps:
68
- name: Create pending status
69
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
70
with:
71
github-token: ${{ secrets.GITHUB_TOKEN }}
72
script: |
@@ -89,7 +89,7 @@ jobs:
89
- uses: ./.github/actions/setup-junit-report
90
91
- name: Create success status
92
93
if: success()
94
95
@@ -104,7 +104,7 @@ jobs:
104
})
105
106
- name: Create failure status
107
108
if: failure()
109
110
0 commit comments