From cab2f127a90b7cfeafaab5337aadf1839e43a2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:44:13 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c47d18c..4aadb06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: uv run pytest --cov - name: Store the coverage report - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: include-hidden-files: true name: coverage-${{ matrix.python-version }} @@ -116,7 +116,7 @@ jobs: - name: Store the pull request coverage comment for later posting if: steps.coverage_processing.outputs.COMMENT_FILE_WRITTEN == 'true' - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: name: python-coverage-comment-action path: python-coverage-comment-action.txt @@ -197,7 +197,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} - name: Upload the built image as artifact for download - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: name: templates-api.tar path: templates-api.tar