From 5530dc81c760b6e1f08045780a0b97811e32081d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:10:42 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/e2e.yml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 458bf756..ce4e4296 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -122,12 +122,12 @@ jobs: needs: [build-modctl, download-model] steps: - name: Download modctl artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: modctl-artifact path: modctl - name: Download model artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: model-artifact path: ${{ env.MODEL_DIR }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f4318ff3..780d6f77 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -135,7 +135,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: artifacts