From 8aef3c138ae3371605897bb72e8058092f34337b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:52:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index ecb70ee05..f0c0c2a1d 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -102,7 +102,7 @@ jobs: id: dateAsString run: echo "dateAsString=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: failure() with: name: e2e-test-results-${{ env.dateAsString }}-${{ github.sha }}