From 12db902f51c6112c4130aa5ec02c16c25b748278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 06:27:18 +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 8172f42..1f8b16e 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