From 95507d96a261bcb0923787da9a401d02e49c423e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:31:54 +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/lint_test_and_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_test_and_build.yml b/.github/workflows/lint_test_and_build.yml index 9690321..52dc73f 100644 --- a/.github/workflows/lint_test_and_build.yml +++ b/.github/workflows/lint_test_and_build.yml @@ -67,11 +67,11 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: ${{ github.sha }} path: build - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: darwin-${{ github.sha }} path: build