diff --git a/.github/workflows/ci-tests-check.yml b/.github/workflows/ci-tests-check.yml index 3c48420..2916de8 100644 --- a/.github/workflows/ci-tests-check.yml +++ b/.github/workflows/ci-tests-check.yml @@ -19,7 +19,7 @@ jobs: # Unfortunately, the official actions/download-artifact action is very limited in scope. # Can't use it yet in this context, https://github.com/actions/download-artifact/issues/60 - name: Download artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({