From 757b6cf1674bbd9e4f3b7484407376b51d20f271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 08:07:56 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55f10ba..a5591fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - run: pip install meson ninja - run: meson setup builddir/ - run: meson compile livepresets_x86_64 -C builddir/ -v -j 14 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: Linux x86_x64 path: builddir/reaper_livepresets_x86_64.so @@ -29,7 +29,7 @@ jobs: - run: pip install meson ninja - run: meson setup builddir/ - run: meson compile livepresets_aarch64 -C builddir/ -v -j 14 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: MacOS Arm64 path: builddir/reaper_livepresets_aarch64.dylib @@ -47,7 +47,7 @@ jobs: arch: x64 - run: meson setup builddir/ - run: meson compile livepresets_x64 -C builddir/ -v -j 14 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: Windows x86_x64 path: builddir/reaper_livepresets_x64.dll