Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/01-make-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# We need to find the artifact URL and report it below.
- name: Get Artifact URL
id: get_artifact_url
uses: actions/github-script@v6
uses: actions/github-script@v9
with:
script: |
const res = await github.rest.actions.listArtifactsForRepo({
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
# (at least 12MB as of Nov 2025).
- if: env.GITHUB_REF_TYPE != 'tag' && steps.subst-github-ref-name.outputs.result != 'master'
name: Delete Old Artifacts for this feature branch/PR
uses: actions/github-script@v6
uses: actions/github-script@v9
id: delete_old_artifact_for_pr
continue-on-error: true
with:
Expand Down
Loading