From 12e3d4061ca070470df1709238447569daeed614 Mon Sep 17 00:00:00 2001 From: "cnap-tech-renovate[bot]" <263923596+cnap-tech-renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:04:08 +0000 Subject: [PATCH] Update actions/download-artifact action to v8 --- .github/workflows/llrt-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llrt-native.yml b/.github/workflows/llrt-native.yml index bb588ef..f90c4d9 100644 --- a/.github/workflows/llrt-native.yml +++ b/.github/workflows/llrt-native.yml @@ -101,7 +101,7 @@ jobs: - run: pnpm --filter @robinbraemer/llrt run verify:native-artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: llrt-native-* path: artifacts/llrt-native