diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2026-03-17 04:54:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-17 04:54:04 +0000 |
| commit | cefc9c02fa2bae8a4cd71019c397420d5064b2ad (patch) | |
| tree | 089c417837d1053a736348da7d1321f3494b7781 /.github/workflows/pr-artifacts.yml | |
| parent | b35883e1f63ac980a7e52258dff4a8cbc418ece5 (diff) | |
update gh actions, fix cmake whitespace (#6361)
Diffstat (limited to '.github/workflows/pr-artifacts.yml')
| -rw-r--r-- | .github/workflows/pr-artifacts.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr-artifacts.yml b/.github/workflows/pr-artifacts.yml index 5b20030af..e56a5cf38 100644 --- a/.github/workflows/pr-artifacts.yml +++ b/.github/workflows/pr-artifacts.yml @@ -12,7 +12,7 @@ jobs: if: ${{ github.event.workflow_run.event == 'pull_request' }} steps: - id: 'pr-number' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string script: | @@ -37,7 +37,7 @@ jobs: return prNumber; - id: 'artifacts-text' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string script: | |
