From ffa2266e62527c4e50642821d7cd4bb1100e8412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:07:11 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/jextract.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9d0a124fe9..4734a398484 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -206,7 +206,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: ⏬Download all the build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: release-artifacts diff --git a/.github/workflows/jextract.yml b/.github/workflows/jextract.yml index b70f1130dc0..f455a6f398a 100644 --- a/.github/workflows/jextract.yml +++ b/.github/workflows/jextract.yml @@ -77,7 +77,7 @@ jobs: run: rm -rf jextract/src || true - name: 📥 Download source artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: jextract/src