From 1922eaf64b3499ea9987a2c8b3d832b91b7a8b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 15:21:54 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 527015e7..a4c16945 100644 --- a/action.yml +++ b/action.yml @@ -418,7 +418,7 @@ runs: - name: 'Upload Gemini CLI outputs' if: |- ${{ inputs.upload_artifacts == 'true' }} - uses: 'actions/upload-artifact@v4' # ratchet:exclude + uses: 'actions/upload-artifact@v6' # ratchet:exclude with: name: 'gemini-output' path: 'gemini-artifacts/'