From d73949151a24df20c36cc02e6bee74df65ddd2c2 Mon Sep 17 00:00:00 2001 From: michimani Date: Tue, 25 Jun 2024 18:06:20 +0900 Subject: [PATCH] chore: Update actions/upload-artifact to v4 in release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f87f32f..b4fa771 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: mkdir artifact echo $url > artifact/url.txt - name: Upload artifact to share url with other jobs - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: artifact path: artifact/url.txt