Skip to content
Merged
Show file tree
Hide file tree
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
timeout-minutes: 8
- name: Retain checker output
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: verification-attempt-${{ github.run_attempt }}
path: artifacts/verification/
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
timeout-minutes: 20
- name: Retain checker output
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: verification-quint-${{ matrix.shard }}-attempt-${{ github.run_attempt }}
path: artifacts/verification/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
const hashes = Object.fromEntries(names.map(name => [name, crypto.createHash("sha256").update(fs.readFileSync(path.join(process.env.DIRECTORY, name))).digest("hex")]));
fs.appendFileSync(process.env.GITHUB_OUTPUT, `artifact_hashes=${JSON.stringify(hashes)}\n`);
NODE
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
id: build_artifact
with:
name: canonical-build-${{ github.run_id }}-${{ github.run_attempt }}
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
cp -- "$BUNDLE_PATH" "$RUNNER_TEMP/ghostget-canonical/provenance.jsonl"
bundle_sha256="$(sha256sum "$RUNNER_TEMP/ghostget-canonical/provenance.jsonl" | awk '{ print $1 }')"
printf 'bundle_sha256=%s\n' "$bundle_sha256" >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
id: attested_artifact
with:
name: canonical-attested-${{ github.run_id }}-${{ github.run_attempt }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verification-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 230
- name: Retain checker output
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: nightly-quint-attempt-${{ github.run_attempt }}
path: artifacts/verification/
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
timeout-minutes: 50
- name: Retain mutant logs
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: nightly-mutants-attempt-${{ github.run_attempt }}
path: artifacts/verification/mutants/
Expand Down
Loading