From 255756644aa1c3d0ded2ae352477778f3cb432d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:56:17 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .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 1b93646..85087e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: # === ARTIFACTS PHASE === - name: Archive test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: "test-results-${{ github.run_number }}-${{ github.sha }}"