Skip to content

Commit

Permalink
Update actions/github-script action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and WalshyDev committed Jun 24, 2023
1 parent cab97b1 commit e7d0414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Kinda jank way to grab the PR and run ID and then download the artifact
# TODO: Move this code to our own mini-action
- name: Grab PR & run ID and download the artifact
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down

0 comments on commit e7d0414

Please sign in to comment.