From 58343daf1c969988db118c3a84ec887fed447922 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sat, 2 May 2026 14:02:13 -0400 Subject: [PATCH] GHA: drop invalid @3 spec on cargo install espflash Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad7d042..55d3258 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: ldproxy: true - name: Install espflash - run: cargo install espflash@3 --locked + run: cargo install espflash --locked - name: Install cosign uses: sigstore/cosign-installer@v3