From af81fca4ba5e7822e02202db448cf08447bfb90b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 14 Dec 2023 21:18:48 +0000
Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4

---
 .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 d1bce27..36f70ba 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -137,7 +137,7 @@ jobs:
           dst="keyweave-${{ matrix.target }}"
           tar cavf "$dst.tar.xz" "$dst"
 
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: builds
           retention-days: 1