From 3439ed7046dc03c0d6ef465b58ca22f9dbb5eaef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:07:42 +0000 Subject: [PATCH] =?UTF-8?q?chore(actions):=20update=20actions/download-art?= =?UTF-8?q?ifact=20action=20(v8.0.0=20=E2=86=92=20v8.0.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3b228ad..5060d82 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -182,12 +182,12 @@ jobs: fi - name: Download iOS artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ios-release - name: Download macOS artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: maccatalyst-release