From a5fa97c2a8a9f6b078449d60efc1f3a8f5f9f717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:58:04 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.8 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d99023..0e6631a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4.1.8 with: pattern: release-executable-* merge-multiple: true