From d55f7195b7b275936d7d9b2cf5198271a3b1a4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:52:33 +0000 Subject: [PATCH] build(NoTicket): bump actions/download-artifact from 4.1.7 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index ba167c7b550..d12956ccf62 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -24,7 +24,7 @@ jobs: ref: ${{ inputs.branch }} - name: "Download coverage report" - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v6.0.0 with: name: pytest-coverage-report