From 92e5c82e82161e712123f8e2edbca76139449e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:09:12 +0000 Subject: [PATCH] build(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/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdd64a2..c20fe29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Upload core test report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: core-junit path: core-junit.xml @@ -76,7 +76,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: shotgate-reports path: | @@ -108,7 +108,7 @@ jobs: - name: Upload pip-path reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pip-path-junit path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c876af9..a831dbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: " - name: Upload distribution artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/*