From 7e422a91170186297f623ce79b933b46dc1e58ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:02:34 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7d9717..743d8c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Build run: cargo build --release - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: build-artifacts path: |