diff --git a/.github/workflows/pr-status-label-review-trigger.yml b/.github/workflows/pr-status-label-review-trigger.yml index 804d0bec..ae9eb768 100644 --- a/.github/workflows/pr-status-label-review-trigger.yml +++ b/.github/workflows/pr-status-label-review-trigger.yml @@ -36,7 +36,7 @@ jobs: }' > review-data/event.json - name: Upload review info - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: review-event path: review-data/event.json