From 2e48fbb7899167618f7b65e4968d9be142046d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:17:58 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.3.0 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linux_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_tests.yml b/.github/workflows/linux_tests.yml index 3aca96eef..2fc84f8d7 100644 --- a/.github/workflows/linux_tests.yml +++ b/.github/workflows/linux_tests.yml @@ -69,7 +69,7 @@ jobs: python -m pip install --upgrade pip pip install -r devices/linux/Files/requirements.txt - name: Test installer - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v6.0.0 with: name: configuration - shell: bash @@ -97,7 +97,7 @@ jobs: python -m pip install --upgrade pip pip install -r devices/linux/Files/requirements.txt - name: Test installer - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v6.0.0 with: name: configuration - shell: bash