summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGarrett Cox <garrettjcox@gmail.com>2024-10-01 11:15:16 -0500
committerGitHub <noreply@github.com>2024-10-01 12:15:16 -0400
commitf33f994adc743d16c1246691f6a619df80599af1 (patch)
tree262461e1030aafba9c273aa49c3a6339c71442a9 /.github
parentb1eea9ca76d82e16139c35eb8f64ed56d53030a5 (diff)
Update pr-artifacts for node20 (#784)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-artifacts.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pr-artifacts.yml b/.github/workflows/pr-artifacts.yml
index 52ec62826..2d41a47c5 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@v6
+ uses: actions/github-script@v7
with:
result-encoding: string
script: |
@@ -36,7 +36,7 @@ jobs:
return prNumber;
- id: 'artifacts-text'
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
with:
result-encoding: string
script: |
@@ -54,7 +54,7 @@ jobs:
return acc;
}, '### Build Artifacts');
- id: 'add-to-pr'
- uses: garrettjoecox/pr-section@3.1.0
+ uses: garrettjoecox/pr-section@4.0.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pr-number: ${{ steps.pr-number.outputs.result }}