From 85856ead9d30977c8b0d209afa25ff674fad85eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:18:58 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.3.0 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.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..7c94596d0 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@v5.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@v5.0.0 with: name: configuration - shell: bash