diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a99305f..f7437a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: retention-days: 30 - name: Delete old artifacts (keep 5 most recent) - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { data } = await github.rest.actions.listArtifactsForRepo({