From 64289acfc0f02982773127a395da1095431a395c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:26:32 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a93d0348..ce0e70b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt - name: Save Release URL File for publish - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: release_url path: release_url.txt @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v4 - name: Load Release URL File from release job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: release_url