From 64fab2c12cc867d615b5bbddd18c2713b5f38062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 06:02:27 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/commit.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index ae199cb851..579c61c8a4 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -316,7 +316,7 @@ jobs: - name: Upload XDK distribution artifact if: success() && matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: xdk-dist-${{ github.sha }} path: xdk/build/distributions/xdk-*.zip diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index d15494d9f6..5589f07780 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -235,7 +235,7 @@ jobs: echo "✅ Artifacts staged to Maven Central and GitHub Packages" - name: Upload XDK distribution artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: xdk-release-${{ needs.prepare-release.outputs.release-version }} path: xdk/build/distributions/xdk-*.zip