5454
5555 steps :
5656 - name : Checkout
57- uses : actions /checkout@v4
57+ uses : meta-introspector /checkout@v4
5858 # don't schedule nightlies on forks
5959 if : github.event_name == 'schedule' && github.repository == 'leanprover/lean4' || inputs.action == 'release nightly'
6060 - name : Set Nightly
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Configure build matrix
132132 id : set-matrix
133- uses : actions /github-script@v7
133+ uses : meta-introspector /github-script@v7
134134 with :
135135 script : |
136136 const level = ${{ steps.set-level.outputs.check-level }};
@@ -212,7 +212,7 @@ jobs:
212212 "llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/19.1.2/lean-llvm-x86_64-apple-darwin.tar.zst",
213213 "prepare-llvm": "../script/prepare-llvm-macos.sh lean-llvm*",
214214 "binary-check": "otool -L",
215- "tar": "gtar" // https://github.com/actions /runner-images/issues/2619
215+ "tar": "gtar" // https://github.com/meta-introspector /runner-images/issues/2619
216216 },
217217 {
218218 "name": "macOS aarch64",
@@ -223,7 +223,7 @@ jobs:
223223 "llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/19.1.2/lean-llvm-aarch64-apple-darwin.tar.zst",
224224 "prepare-llvm": "../script/prepare-llvm-macos.sh lean-llvm*",
225225 "binary-check": "otool -L",
226- "tar": "gtar", // https://github.com/actions /runner-images/issues/2619
226+ "tar": "gtar", // https://github.com/meta-introspector /runner-images/issues/2619
227227 // Special handling for MacOS aarch64, we want:
228228 // 1. To run it in PRs so Mac devs get PR toolchains (so secondary is sufficient)
229229 // 2. To skip it in merge queues as it takes longer than the Linux build and adds
@@ -338,9 +338,9 @@ jobs:
338338 topic : " Github actions"
339339 type : " stream"
340340 content : |
341- A build of `${{ github.ref_name }}`, triggered by event `${{ github.event_name }}`, [failed](https://github.com/${{ github.repository }}/actions /runs/${{ github.run_id }}).
341+ A build of `${{ github.ref_name }}`, triggered by event `${{ github.event_name }}`, [failed](https://github.com/${{ github.repository }}/meta-introspector /runs/${{ github.run_id }}).
342342 - if : contains(needs.*.result, 'failure')
343- uses : actions /github-script@v7
343+ uses : meta-introspector /github-script@v7
344344 with :
345345 script : |
346346 core.setFailed('Some jobs failed')
@@ -353,7 +353,7 @@ jobs:
353353 runs-on : ubuntu-latest
354354 needs : build
355355 steps :
356- - uses : actions /download-artifact@v4
356+ - uses : meta-introspector /download-artifact@v4
357357 with :
358358 path : artifacts
359359 - name : Release
@@ -378,12 +378,12 @@ jobs:
378378 runs-on : ubuntu-latest
379379 steps :
380380 - name : Checkout
381- uses : actions /checkout@v4
381+ uses : meta-introspector /checkout@v4
382382 with :
383383 # needed for tagging
384384 fetch-depth : 0
385385 token : ${{ secrets.PUSH_NIGHTLY_TOKEN }}
386- - uses : actions /download-artifact@v4
386+ - uses : meta-introspector /download-artifact@v4
387387 with :
388388 path : artifacts
389389 - name : Prepare Nightly Release
0 commit comments