From f365d4732e57a02d782291f8233cfd52e3d9252d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 22:12:23 +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 }}