From a8b03eb5ac8c3660d88dc9def2628621a32068e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 03:56:16 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...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/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3a02d3d..14c2ae7 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -23,7 +23,7 @@ jobs: run: | gitleaks detect --source . --report-path gitleaks-report.json --verbose - name: 'Upload Security Reports' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: security-reports path: | @@ -43,7 +43,7 @@ jobs: run: | find scripts -name '*.sh' -print0 | xargs -0 shellcheck --format=gcc --severity=warning - name: 'Upload Quality Reports' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: code-quality-reports path: quality-reports/