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