From 461233fdae172080085e7a818cfba4b47088fc28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 15:26:50 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact to v4.1.8 --- .github/workflows/action.release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.release.yaml b/.github/workflows/action.release.yaml index 43b53f82..7bed9ea7 100644 --- a/.github/workflows/action.release.yaml +++ b/.github/workflows/action.release.yaml @@ -38,11 +38,11 @@ jobs: with: fetch-depth: 0 - name: 'Download binary artifacts' - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: 'aab-build' - name: 'Download CHANGELOG artifacts' - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: changelog - name: 'Generate Github release'