From 390d0f22091d31ba4421a1d2437a908c394c4221 Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Thu, 25 Jan 2024 11:46:22 +0100 Subject: [PATCH] Bump github-script in deploy-rc (#2233) The previous version (v5) is using a Node version incompatible with the runners. --- .github/workflows/deploy-rc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-rc.yml b/.github/workflows/deploy-rc.yml index 0e365a0211..ca27246bf0 100644 --- a/.github/workflows/deploy-rc.yml +++ b/.github/workflows/deploy-rc.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - name: "Download build for Release Candidate" - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | // Find all artifacts for the production build, and filter for non-expired main artifacts