From 8cd5901e1bd9656e50d60054566bdb36e6013a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:24:09 +0000 Subject: [PATCH] Common(deps): Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 503de83..cff2352 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,13 +184,13 @@ jobs: with: json-summary-path: coverage/coverage-summary.json - name: Upload Coverage Report Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-report path: coverage include-hidden-files: true - name: Upload Test Reports Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports path: reports @@ -228,7 +228,7 @@ jobs: cp -r .next/static dist/standalone/.next/ cp -r -u public dist/standalone - name: Upload Build Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-artifacts path: dist