From b1f692231a52f82bdff8ad318a0e425f2c8f57f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 05:23:53 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.0 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...ea165f8d65b6e75b540449e92b4886f43607fa02) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-sea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-sea.yml b/.github/workflows/release-sea.yml index 126c23cc4..7a7a90805 100644 --- a/.github/workflows/release-sea.yml +++ b/.github/workflows/release-sea.yml @@ -54,7 +54,7 @@ jobs: run: pnpm run build:sea -- --platform=${{ matrix.platform }} --arch=${{ matrix.arch }} - name: Upload artifact - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: socket-${{ matrix.platform }}-${{ matrix.arch }} path: |