From 92577f7aeea9c9a4e12700e613460c3ec2ba5427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:30:44 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0bf12d..6f16d28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: - name: Retrieve the coverage reports id: download - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: pattern: coverage-* merge-multiple: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51e7e41..eba690b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Retrieve the package distributions - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: pyambit-dist path: dist