From 3b752be237608734f88980da1c6d8df9c05a2da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:16:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.3.0 to 7.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.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..37e1bf5bd 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@v7.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@v7.0.0 with: name: configuration - shell: bash