From 43f77aef64753449fb8741207344db7a2333fd9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:04:10 +0000 Subject: [PATCH] build(deps): 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 974e2ee1..556d6c72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: with: python-version: "3.x" - name: Download dist artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: cachier_dist path: dist @@ -77,7 +77,7 @@ jobs: environment: pypi_publish steps: - name: Download dist artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: cachier_dist path: dist