From 65e63856dac6ea9493c8aae814d851e5527686d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:34:31 +0000 Subject: [PATCH] build(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] --- .github/workflows/preflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index 08b0873..cdbeb14 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -15,5 +15,5 @@ jobs: args: detect --redact --log-opts="--all" --report-format sarif --report-path gitleaks.sarif - name: Upload SARIF artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: { name: gitleaks-preflight-sarif, path: gitleaks.sarif }