From 52a6b88f23f60c97b5df87f041750ecc65530db2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:30:55 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.6 --- .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 bf06f98a..bc4422dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/download-artifact@v4.1.5 + - uses: actions/download-artifact@v4.1.6 with: pattern: release-executable-* merge-multiple: true