From aaff6e4548adda03914c4fb46cd89d5e94bcdec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 18:31:58 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/Build_mR-NB.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build_mR-NB.yml b/.github/workflows/Build_mR-NB.yml index b6d4cfaf9..581df7d69 100644 --- a/.github/workflows/Build_mR-NB.yml +++ b/.github/workflows/Build_mR-NB.yml @@ -182,7 +182,7 @@ jobs: echo "Size: $([math]::Round($fileSize, 2)) MB" - name: (10) Upload artifacts for combination - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: release-${{ matrix.arch }}-${{ matrix.deploy_suffix }} path: ${{ steps.version.outputs.zipname }} @@ -196,7 +196,7 @@ jobs: uses: actions/checkout@v6 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts