From fa6630e014329d40fbd2f4437011a3d4d4b16b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:03:39 +0000 Subject: [PATCH] chore(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/is-next-compat.yml | 2 +- .github/workflows/is-nextjestjs-swc-comat.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/is-next-compat.yml b/.github/workflows/is-next-compat.yml index 4f57cab..56dc0b7 100644 --- a/.github/workflows/is-next-compat.yml +++ b/.github/workflows/is-next-compat.yml @@ -113,7 +113,7 @@ jobs: - name: Upload output artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: output-node-${{ diff --git a/.github/workflows/is-nextjestjs-swc-comat.yml b/.github/workflows/is-nextjestjs-swc-comat.yml index 9746f06..9d80ec2 100644 --- a/.github/workflows/is-nextjestjs-swc-comat.yml +++ b/.github/workflows/is-nextjestjs-swc-comat.yml @@ -132,7 +132,7 @@ jobs: - name: Upload output artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: output-node-${{