From 5fddc6390f9a7ec67262a5c87eba5c5bfa33b90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 01:32:38 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 7 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/v3_milestone_sequence.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/v3_milestone_sequence.yml b/.github/workflows/v3_milestone_sequence.yml index 91b83ac..0725f0f 100644 --- a/.github/workflows/v3_milestone_sequence.yml +++ b/.github/workflows/v3_milestone_sequence.yml @@ -97,7 +97,7 @@ jobs: steps: - name: Download Validation Report - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: v3-validation-report