From d0d082144de8b8a375bd9a087039faa1fbbd1eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:49:44 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/desktop-artifacts.yml | 6 +++--- .github/workflows/overhead-bench.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/desktop-artifacts.yml b/.github/workflows/desktop-artifacts.yml index 738c581473..0724a09862 100644 --- a/.github/workflows/desktop-artifacts.yml +++ b/.github/workflows/desktop-artifacts.yml @@ -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 @@ -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: | @@ -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: | diff --git a/.github/workflows/overhead-bench.yml b/.github/workflows/overhead-bench.yml index 128b051c79..9932a8f1ef 100644 --- a/.github/workflows/overhead-bench.yml +++ b/.github/workflows/overhead-bench.yml @@ -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