From 18f1283fc68484bf877eb382bb6990ae466205a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:43:26 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42f49b8b..ef38a25a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: run: | cargo build --profile=production --target ${{ matrix.architectures.target-tupl }} - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: sqnc-node-${{ matrix.architectures.arch }} path: | @@ -134,12 +134,12 @@ jobs: steps: - name: Download x86_64 Artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: sqnc-node-x86_64 path: x86_64 - name: Download aarch64 Artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: sqnc-node-aarch64 path: aarch64