From f33f994adc743d16c1246691f6a619df80599af1 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Tue, 1 Oct 2024 11:15:16 -0500 Subject: [PATCH] Update pr-artifacts for node20 (#784) --- .github/workflows/pr-artifacts.yml | 6 +++--- 1 file 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 }}