From 48e5d7df944317db463ec6093466bac2389e2b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:09:41 +0000 Subject: [PATCH 1/3] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 53303284..1026a915 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@v4 + - uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/ From 9bd10788a7b0fb489683e3b645f9374bc9320e2f Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Sat, 25 Oct 2025 15:57:40 +0200 Subject: [PATCH 2/3] Document upload-artifact update --- 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..84418924 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/upload-artifact from 4 to 5 ({gh-pr}`353`) --- From 3fa6cf5cbd2f2e16125a1b9af2b22a7aa425ed4e Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Sat, 25 Oct 2025 15:57:53 +0200 Subject: [PATCH 3/3] Fix changelog style for upload-artifact entry --- docs/reference/changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 84418924..51ba284e 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,8 +5,6 @@ This document outlines the list of changes to ridgeplot between each release. Fo Unreleased changes ------------------ -### CI/CD - - Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`) ---