From 99fa13808ed28d5aee533731e66a29d82a213c55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:05:46 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/test-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 21f488281..cd5ce75ab 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -245,7 +245,7 @@ jobs: --no-warnings ./feature-runner/console-reporter.ts --only-failed --with-timestamps - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: e2e-test-result-${{ github.sha }} @@ -261,7 +261,7 @@ jobs: node --experimental-transform-types ./aws/export-logs.ts ${{ env.STACK_NAME }} node --experimental-transform-types ./aws/export-logs.ts ${{ needs.http-api-mock.outputs.stackName }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: logs-${{ github.sha }}