From 9bf632af523be76404f82a10abe7d7839eab3dfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:51:09 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.5 --- .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 1c5c240..a693184 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.3 + - uses: actions/download-artifact@v4.1.5 with: pattern: release-executable-* merge-multiple: true