diff --git a/.github/workflows/cleanup-artifacts.yml b/.github/workflows/cleanup-artifacts.yml index f8e95c5..3aa7429 100644 --- a/.github/workflows/cleanup-artifacts.yml +++ b/.github/workflows/cleanup-artifacts.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete old artifacts - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const artifacts = await github.rest.actions.listArtifactsForRepo({