From 277e7769ce5683c9cd2b1157290e25a9026f6800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:55:14 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.3.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 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..d3768fb42 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@v8.0.1 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@v8.0.1 with: name: configuration - shell: bash