From a7e916a8de467398f46b6a4516dfb75d3d36388d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:44:41 +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/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20836bf..4c239bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: - name: Archive test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pytest-results-${{ matrix.python-version }} path: | @@ -123,7 +123,7 @@ jobs: continue-on-error: true - name: Upload security report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: bandit-security-report @@ -191,7 +191,7 @@ jobs: fi - name: Upload EPUB Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: cursor-howto-guide-epub path: cursor-howto-guide.epub