From 6ddb2909ee1c94731120f7ec6d5f81abfab0f454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:26:06 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code_test.yml | 2 +- .github/workflows/publish_dist.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_test.yml b/.github/workflows/code_test.yml index 1dd8d3b..684b7ba 100644 --- a/.github/workflows/code_test.yml +++ b/.github/workflows/code_test.yml @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Build Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ needs.fresh_build.outputs.artifact_name }} run-id: ${{ needs.fresh_build.outputs.run_id }} diff --git a/.github/workflows/publish_dist.yml b/.github/workflows/publish_dist.yml index b40e2f7..1f40d1b 100644 --- a/.github/workflows/publish_dist.yml +++ b/.github/workflows/publish_dist.yml @@ -26,7 +26,7 @@ jobs: - &download_dist name: Download Distributions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ needs.testing.outputs.artifact_name }} run-id: ${{ needs.testing.outputs.artifact_run_id }}