From 77c378154d7d19e23d1bcb6971445bb22d7887de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 21:02:26 +0000 Subject: [PATCH] chore: Update actions/upload-artifact action to v6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9d80aeb..429622a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: - name: Upload Verify Test Results if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: verify-test-results path: |