From d6ffa8c1214bcba6d039e09f4653359875ef76af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:12:31 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/agentic-component-builder.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/agentic-component-builder.yml b/.github/workflows/agentic-component-builder.yml index aa21bb1..0e19503 100644 --- a/.github/workflows/agentic-component-builder.yml +++ b/.github/workflows/agentic-component-builder.yml @@ -332,7 +332,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: component-artifacts path: test-artifacts/ \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf8fbd1..49824e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: - name: Upload test report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: unit-test-report path: | @@ -90,7 +90,7 @@ jobs: - name: Upload Playwright report if: always() && steps.check_github.outputs.is_github == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-report path: playwright-report/