From 46124b44e764955a13bb82b60c5df1308d88e1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:10:53 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93c0f536..a2ea08aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: requirements: tox - name: Build source (sdist) and binary (wheel) distributions run: tox -e build-dists - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: python-package-distributions path: dist/ From 2de7691a00f954c688e6c36586c1c457b18a6831 Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Fri, 26 Dec 2025 18:49:51 +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 927264aa..39dea0bb 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/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`) - Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)