From 1fc6320527cb90bf062a56a1d2a15eef4f03fcb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:13:57 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/build-deploy-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy-test.yml b/.github/workflows/build-deploy-test.yml index 8f175c3..ab2f3d1 100644 --- a/.github/workflows/build-deploy-test.yml +++ b/.github/workflows/build-deploy-test.yml @@ -190,7 +190,7 @@ jobs: fi - name: Upload build logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: build-logs @@ -231,7 +231,7 @@ jobs: ZE_API: ${{ env.ZE_API }} - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: test-results