From 101a1c184550fe83f2d3044e2a37f325aa736285 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:30:40 +0000 Subject: [PATCH] Update taiki-e/upload-rust-binary-action action from v1.27.0 to v1.28.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae8248c..ef080f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: Cache Cargo uses: ./.github/actions/cache - name: Build - uses: taiki-e/upload-rust-binary-action@v1.27.0 + uses: taiki-e/upload-rust-binary-action@v1.28.0 with: bin: sqlgrep target: ${{ matrix.target }}