From 5cdd98c8fdebb7000ee1588802afc7e4c3aaaa83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:04:03 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.4 --- .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..9c77c86 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.4 with: pattern: release-executable-* merge-multiple: true