From 5c1cf8f7138efbaadd651a26fa51352632473bcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:02:50 +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 1b0999f..4ef432f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,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@v7 with: name: release_url path: release_url.txt @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v4 - name: Load Release URL File from release job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release_url path: release_url