From 925a2fe043c8e0dd92f203d97c5094b5ea7ff372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:14:01 +0100 Subject: [PATCH] workflow: Update `actions/upload-artifact` to `v5` (#791) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-status-label-review-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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