From 5bfa4337ca993d46d4a1ba68459b04d8ee6870eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 09:05:48 +0000 Subject: [PATCH] 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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be460a5..6ef724a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -223,7 +223,7 @@ jobs: # ── Upload artifacts ─────────────────────────────────────── - name: Upload macOS artifacts if: matrix.platform == 'darwin' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ChaosEngineAI-macos path: | @@ -232,7 +232,7 @@ jobs: - name: Upload Linux artifacts if: matrix.platform == 'linux' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ChaosEngineAI-linux path: | @@ -241,7 +241,7 @@ jobs: - name: Upload Windows artifacts if: matrix.platform == 'windows' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ChaosEngineAI-windows path: |