Skip to content

Commit

Permalink
Bump github-script in deploy-rc (#2233)
Browse files Browse the repository at this point in the history
The previous version (v5) is using a Node version incompatible with the
runners.
  • Loading branch information
nmattia committed Jan 25, 2024
1 parent 1b3519a commit 390d0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 390d0f2

Please sign in to comment.