From e1d17a34632a0e157e4c091f11246015563d42af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:14:16 +0000 Subject: [PATCH] build(action): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-release-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-release-platform.yml b/.github/workflows/rust-release-platform.yml index 6e68a76..b25bfc8 100644 --- a/.github/workflows/rust-release-platform.yml +++ b/.github/workflows/rust-release-platform.yml @@ -106,7 +106,7 @@ jobs: echo " archive sha256sum at: ${{ env.ASSET }}.sha256" - name: upload-artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ inputs.upload_artifact_name != null }} with: name: ${{ inputs.upload_artifact_name }}-${{inputs.version_name}}-${{ matrix.os }}-${{ matrix.target }}