From 0e9bb5553869832288a23f79a8b0fc09535b1b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:46:51 +0000 Subject: [PATCH] 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/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d717288498..63bcd6bcce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: contents: read steps: # retrieve your distributions here - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: artifacts path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78b06bcf2b..37919d5cd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -713,7 +713,7 @@ jobs: run: | pip3 install coverage - name: Download all coverage artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ./coverage - name: Combine coverage