From 53f42d84f6fd5280e6e0658e3df059047d3002f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:36:55 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .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 032b3e90..26bbce71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt - name: Save Release URL File for publish - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: release_url path: release_url.txt @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v2 - name: Load Release URL File from release job - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: release_url