From 01ac0c38641adcb2a299a16b74e59298d9619d70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:19:03 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/release_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_main.yml b/.github/workflows/release_main.yml index 4c6ae08..3456740 100644 --- a/.github/workflows/release_main.yml +++ b/.github/workflows/release_main.yml @@ -54,7 +54,7 @@ jobs: needs: build steps: - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: book-safe - name: Release