From 76665327a4ce9c0ba67c77f4468ea51430fa6db4 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 16:57:00 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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..e973b14 100644 --- a/.github/workflows/llrt-native.yml +++ b/.github/workflows/llrt-native.yml @@ -80,7 +80,7 @@ jobs: - name: Smoke-test packed install on native runner run: pnpm --filter @robinbraemer/llrt run smoke:packed-install - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: llrt-native-${{ matrix.platform_arch_abi }} path: packages/llrt/npm/${{ matrix.platform_arch_abi }}/llrt_node.${{ matrix.platform_arch_abi }}.node