From d647ce2ba925ad79d1e51fce2e44663c95911ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:10:58 +0000 Subject: [PATCH 1/2] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93c0f536..ab84ed51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ @@ -84,7 +84,7 @@ jobs: permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ @@ -119,7 +119,7 @@ jobs: # Sign the package distributions with Sigstore # https://github.com/marketplace/actions/gh-action-sigstore-python - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ From 85f6d646434655b828454cf5d24f597a52aeb6ce Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Fri, 26 Dec 2025 18:54:00 +0800 Subject: [PATCH 2/2] Update changelog.md Signed-off-by: Tomas Pereira de Vasconcelos --- docs/reference/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 39dea0bb..1e3728ab 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -22,6 +22,7 @@ Unreleased changes - Remove the JPEGs used for visual inspection in regression tests ({gh-pr}`364`) - Upgrade ruff's target Python version to 3.10 ({gh-pr}`363`) +- Bump actions/download-artifact from 6 to 7 ({gh-pr}`361`) - Bump actions/upload-artifact from 5 to 6 ({gh-pr}`360`) - Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`) - Bump actions/checkout from 5 to 6 ({gh-pr}`357`)