From b66c4d2c8fdc7f357aa8f3fc002194ea6a0d4833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 09:08:11 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.3.0 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.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 b610fd79..4e350519 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,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 a99ef2a8..cd6ba26e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Retrieve the package distributions - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v6.0.0 with: name: ramanchada2-dist path: dist