From 6d0a70839f4ce3fee83e00b2adf9cb8787663c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:20:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(deps):=20Bump=20actions/download-a?= =?UTF-8?q?rtifact=20from=204=20to=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index b64c06e..d17237d 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -106,7 +106,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: 📊 Download coverage reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: coverage-reports path: coverage/