From 0530130510b9777205f383c5c9fb10e23efd169b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:22:39 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/pypi-publish.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 84ce03d..408d482 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -75,7 +75,7 @@ jobs: echo "✅ Security scan completed" - name: Upload security reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: security-reports path: | @@ -223,7 +223,7 @@ jobs: done - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e488b22..06b9ea5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: detect-secrets scan --baseline .secrets.baseline . > detect-secrets-report.json || true - name: Upload security reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: security-reports path: | @@ -169,13 +169,13 @@ jobs: done - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/ - name: Upload changelog - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: changelog path: |