From d2ac38862b82ea36fa800e08ed8f334da5dce72b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 01:51:56 +0100 Subject: [PATCH] workflow: Update `actions/upload-artifact` to `v6` (#824) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/decomp-dev.yml | 2 +- .github/workflows/pr-status-label-review-trigger.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/decomp-dev.yml b/.github/workflows/decomp-dev.yml index 9039ef91..8f416dce 100644 --- a/.github/workflows/decomp-dev.yml +++ b/.github/workflows/decomp-dev.yml @@ -26,7 +26,7 @@ jobs: - name: Run report generator for decomp.dev run: python .github/scripts/decomp-dev.py --version ${{ matrix.version }} -o report.json - name: Upload report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.version }}_report path: report.json diff --git a/.github/workflows/pr-status-label-review-trigger.yml b/.github/workflows/pr-status-label-review-trigger.yml index ae6f5300..f30d00b1 100644 --- a/.github/workflows/pr-status-label-review-trigger.yml +++ b/.github/workflows/pr-status-label-review-trigger.yml @@ -44,7 +44,7 @@ jobs: }' > review-data/event.json - name: Upload review info - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: review-event path: review-data/event.json