From aae450ef5d535ac1a98b73c2fbbb79aef27913ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:14:07 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f645431..765996e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: # === ARTIFACTS PHASE === - name: Archive test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: "test-results-${{ github.run_number }}-${{ github.sha }}"