From 1d718a21feb16a357ac10ed1ff45f80802d47960 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:56:32 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6e574a60a00..8c0941e3a41 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -171,7 +171,7 @@ jobs: python-version: '3.13' - run: pip install s3cmd==2.4.0 - name: download artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: # if `name` is not specified, it will download all artifacts path: artifacts/ @@ -222,7 +222,7 @@ jobs: path: node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('.nvmrc', 'package-lock.json') }} - name: download artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: # if `name` is not specified, it will download all artifacts path: artifacts/