From 55b7e0e20f07e746bb71e1f54433ae6b9f1c6113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:05:36 +0000 Subject: [PATCH] chore(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/code-health.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 8f60c35..b352a45 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -122,12 +122,12 @@ jobs: - name: Install gocovmerge run: go install github.com/wadey/gocovmerge@latest - name: Download unit coverage - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: unit-coverage-file continue-on-error: true - name: Download e2e coverage - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: e2e-coverage-file continue-on-error: true