From 4c6745e77ddf214de0ac178c17efa48031b39593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:42:30 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/verify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 1204f9d8..4afa8981 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -89,7 +89,7 @@ jobs: echo "ARTIFACT_NAME=coverage_${{ runner.os }}-py-${{ matrix.python-version }}" | sed 's|\\.\\*||g' >> "$GITHUB_ENV" poetry run pytest -n auto --cov-context test --cov --cov-report=xml tests - name: Upload coverage artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: include-hidden-files: true if-no-files-found: error @@ -148,7 +148,7 @@ jobs: poetry run diff-quality --violations flake8 --include-untracked poetry run diff-quality --violations pylint --include-untracked - name: Upload single coverage artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: include-hidden-files: true if-no-files-found: error