update github actions (#6785)

This commit is contained in:
Philip Dubé
2026-06-21 16:10:25 +00:00
committed by GitHub
parent eb272ef689
commit 1a203727fa
4 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
if: ${{ github.event.workflow_run.event == 'pull_request' }}
steps:
- id: 'pr-number'
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
result-encoding: string
script: |
@@ -37,7 +37,7 @@ jobs:
return prNumber;
- id: 'artifacts-text'
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
result-encoding: string
script: |