From 208e4cdff2b5cf22f561fb4203e468cf4899256e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:09:44 +0000 Subject: [PATCH 1/6] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 53303284..66fe1993 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@v5 + - uses: actions/download-artifact@v6 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@v5 + - uses: actions/download-artifact@v6 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@v5 + - uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ From af3500ae48c705f2f723c96d41b854930a3b056c Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Sat, 25 Oct 2025 15:57:20 +0200 Subject: [PATCH 2/6] docs: update changelog for download-artifact --- docs/reference/changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 4fd40a47..b00b5f78 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,7 +5,9 @@ This document outlines the list of changes to ridgeplot between each release. Fo Unreleased changes ------------------ -- ... +### CI/CD + +- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`) --- From fc75fc57df1c5b69ba46c6a9de07a9deea38b416 Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Sat, 25 Oct 2025 15:57:34 +0200 Subject: [PATCH 3/6] Update changelog entry for download-artifact bump --- docs/reference/changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index b00b5f78..8ffc774b 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -3,9 +3,7 @@ This document outlines the list of changes to ridgeplot between each release. For full details, see the [commit logs](https://github.com/tpvasconcelos/ridgeplot/commits/). Unreleased changes ------------------- - -### CI/CD +------------------- - Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`) From 2c0c00ec194d705d4d0d9e3bb834af5934831c6a Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Mon, 27 Oct 2025 10:11:45 +1100 Subject: [PATCH 4/6] Update docs/reference/changelog.md --- docs/reference/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 8ffc774b..6b0d7ddc 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,6 +5,8 @@ This document outlines the list of changes to ridgeplot between each release. Fo Unreleased changes ------------------- +## CI/CD + - Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`) --- From 059b7c178f1b16113afc27f3ad0493a4cd347e05 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:12:00 +0000 Subject: [PATCH 5/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/reference/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 6b0d7ddc..0cd7f19b 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,7 +5,7 @@ This document outlines the list of changes to ridgeplot between each release. Fo Unreleased changes ------------------- -## CI/CD +## CI/CD - Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`) From 5d39de372d6fc2c0210bf100ee6f467cd7fcf717 Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Mon, 27 Oct 2025 10:12:34 +1100 Subject: [PATCH 6/6] Update docs/reference/changelog.md --- docs/reference/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 0cd7f19b..723e00a8 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -3,7 +3,7 @@ This document outlines the list of changes to ridgeplot between each release. For full details, see the [commit logs](https://github.com/tpvasconcelos/ridgeplot/commits/). Unreleased changes -------------------- +------------------ ## CI/CD