From 3aa6edba810e3f5c9609f3b1639e9a1d88690698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:17:03 +0000 Subject: [PATCH] build(deps): 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.yml | 8 ++++---- .github/workflows/semgrep.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81bca5d..8ca5011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: continue-on-error: false - name: Upload bandit reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: bandit-reports-${{ matrix.python-version }} @@ -125,7 +125,7 @@ jobs: continue-on-error: true - name: Upload coverage HTML report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: coverage-report-${{ matrix.python-version }} @@ -174,7 +174,7 @@ jobs: echo "📈 Security scan artifacts generated" - name: Upload security reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: security-reports @@ -234,7 +234,7 @@ jobs: cp -f pyscn-report.json pyscn-artifacts/ || true - name: Upload pyscn artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: pyscn-reports diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index e18148b..9b5deac 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -39,7 +39,7 @@ jobs: - name: Upload Semgrep results as artifact if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: semgrep-results path: semgrep.sarif \ No newline at end of file