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
6 changes: 3 additions & 3 deletions .github/workflows/desktop-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
desktop/sign_mac.sh "$dmg"
done

- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: clawmetry-macos
path: dist/*.dmg
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
$pfx = Join-Path $Env:RUNNER_TEMP "codesign.pfx"
if (Test-Path $pfx) { Remove-Item $pfx -Force }

- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: clawmetry-windows
path: |
Expand Down Expand Up @@ -695,7 +695,7 @@ jobs:
- name: Smoke test the AppImage
run: python3 desktop/smoke_test.py dist/clawmetry-linux.AppImage

- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: clawmetry-linux
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/overhead-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
for name, cond in hg["conditions"].items():
print(f" hook {name:<12} +{cond['added_over_floor_p50_us'] / 1000:.0f} ms over floor")

- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: overhead-${{ matrix.os }}
path: overhead-*.json
Expand Down
Loading