From 34ec95fef2c4b33a500f7614cbee22cc51242388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 20:36:49 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/main-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-pipeline.yaml b/.github/workflows/main-pipeline.yaml index 56efc707..bbc6b464 100644 --- a/.github/workflows/main-pipeline.yaml +++ b/.github/workflows/main-pipeline.yaml @@ -220,7 +220,7 @@ jobs: - run: pnpm --filter @implementation/node test:e2e - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: ci-results-node @@ -268,7 +268,7 @@ jobs: - run: pnpm --filter @implementation/web-vanilla test:e2e - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: ci-results-web-vanilla