From 64ef1c8c7ec636782d86e85de64229a3b567e4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:42:06 +0000 Subject: [PATCH] Dependabot(deps): Bump actions/download-artifact from 4.2.1 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.2.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 39c2daf..1575f76 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Download coverage report - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v5.0.0 with: name: coverage @@ -70,7 +70,7 @@ jobs: steps: - name: Download test report - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v5.0.0 with: name: report