From 7a7ab23e875ccb68b90ba53c2ba441b59d0b98e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:30:52 +0000 Subject: [PATCH] ci: Bump actions/upload-artifact from 5 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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/ci-tests.yml | 2 +- .github/workflows/dependency-scan.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index bc7ce1d..c58257d 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -96,7 +96,7 @@ jobs: continue-on-error: true - name: Upload Bandit report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: bandit-security-report diff --git a/.github/workflows/dependency-scan.yml b/.github/workflows/dependency-scan.yml index 986c535..d4afe85 100644 --- a/.github/workflows/dependency-scan.yml +++ b/.github/workflows/dependency-scan.yml @@ -50,7 +50,7 @@ jobs: continue-on-error: true - name: Upload Safety report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: safety-vulnerability-report @@ -58,7 +58,7 @@ jobs: retention-days: 30 - name: Upload pip-audit report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: pip-audit-report