From 85cee2a42374b2aa25e07e848437b38598224bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 01:26:05 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 3 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e95f19c..536919f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Upload coverage reports as artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage-${{ matrix.os }}-py${{ matrix.python-version }} path: | @@ -136,7 +136,7 @@ jobs: - name: Upload quality check results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: code-quality-results path: | @@ -179,7 +179,7 @@ jobs: run: twine check dist/* - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dist-packages path: dist/ diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3e213d5..3e43875 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: make html - name: Upload documentation artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: documentation path: docs/sphinx/_build/html/