From 84426810e792c2ad0ef6ed030b14a1ebf3d492c5 Mon Sep 17 00:00:00 2001 From: Takahiro Menju Date: Thu, 12 Sep 2024 22:21:22 +0900 Subject: [PATCH] Use actions/upload-artifact@v4 --- .github/workflows/save-pr-number-for-removing-waiting-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/save-pr-number-for-removing-waiting-label.yml b/.github/workflows/save-pr-number-for-removing-waiting-label.yml index 45ae468b7..d838083db 100644 --- a/.github/workflows/save-pr-number-for-removing-waiting-label.yml +++ b/.github/workflows/save-pr-number-for-removing-waiting-label.yml @@ -16,7 +16,7 @@ jobs: run: | echo ${{ github.event.pull_request.number || github.event.issue.number }} > pr_number.txt - name: Upload PR number - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pr_number path: pr_number.txt