From fb9ecd4dbc16e8e6eda37b774c2f2d566deaad8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:07:06 +0000 Subject: [PATCH] Update taiki-e/upload-rust-binary-action action from v1.30.0 to v1.30.2 --- .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 49bf972..d4df4f9 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.30.0 + uses: taiki-e/upload-rust-binary-action@v1.30.2 with: bin: sqlgrep target: ${{ matrix.target }}