From 6f72517f8445989deb570cfb323090888e405208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:14:03 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 10 +++++----- .github/workflows/ci.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2e8182b66..784828be9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -162,19 +162,19 @@ jobs: steps: - name: Download assets - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: assets path: assets-dist - name: Download binary x86_64 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: binary-x86_64-unknown-linux-gnu path: binary-x86_64 - name: Download binary aarch64 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: binary-aarch64-unknown-linux-gnu path: binary-aarch64 @@ -320,7 +320,7 @@ jobs: - build-image steps: - name: Download the artifacts from the previous job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: mas-cli-* path: artifacts @@ -382,7 +382,7 @@ jobs: .github/scripts - name: Download the artifacts from the previous job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: mas-cli-* path: artifacts diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f290e7796..3c29300ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -304,7 +304,7 @@ jobs: - uses: ./.github/actions/build-policies - name: Download archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nextest-archive