1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Update actions/github-script action to v6

This commit is contained in:
renovate[bot] 2023-06-24 16:04:19 +00:00 committed by Daniel Walsh
parent cab97b1a93
commit e7d0414124

View File

@ -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({