From 43fb6c305e2ba449cc56e8761f674330e0c6061e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:58:02 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/embedded-dwarf-refresh-reusable.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/embedded-dwarf-refresh-reusable.yaml b/.github/workflows/embedded-dwarf-refresh-reusable.yaml index 1a29f5b..f020377 100644 --- a/.github/workflows/embedded-dwarf-refresh-reusable.yaml +++ b/.github/workflows/embedded-dwarf-refresh-reusable.yaml @@ -198,7 +198,7 @@ jobs: sudo apt-get install -y g++ clang libelf-dev libc6-dev-i386 libdw-dev python3 - name: Pull in the freshly generated JSONs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: generated-jsons path: /tmp/gen @@ -272,7 +272,7 @@ jobs: fetch-depth: 0 - name: Download generated JSONs + manifest - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: generated-jsons path: /tmp/gen @@ -283,7 +283,7 @@ jobs: tar -xzf /tmp/gen/generated-jsons.tar.gz -C /tmp/gen-extract - name: Download verification results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: verify-result-* path: /tmp/verify