From 669b970f84adc6ec4f7d2772e4a1c95e4431525b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:41:31 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.8 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3445caf331..013ca8424d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -237,7 +237,7 @@ jobs: node-version-file: '.nvmrc' - name: Download Artefacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: path: Artefacts name: Artefacts @@ -357,7 +357,7 @@ jobs: node-version-file: '.nvmrc' - name: Download installer - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: path: Artefacts name: Artefacts