From 0356e520e43b8462e80c99fa831338fd7ab08d06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:43:36 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.5 --- .github/workflows/_meta.yaml | 2 +- .github/workflows/_meta_mac_portable.yaml | 2 +- .github/workflows/_meta_portable.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_meta.yaml b/.github/workflows/_meta.yaml index be50fadc5b6..c0b2bae6ea1 100644 --- a/.github/workflows/_meta.yaml +++ b/.github/workflows/_meta.yaml @@ -82,7 +82,7 @@ jobs: core.setOutput('major', major) - name: Download Artifacts - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }} path: artifact diff --git a/.github/workflows/_meta_mac_portable.yaml b/.github/workflows/_meta_mac_portable.yaml index e3f541a8649..00ee7ba0d3f 100644 --- a/.github/workflows/_meta_mac_portable.yaml +++ b/.github/workflows/_meta_mac_portable.yaml @@ -76,7 +76,7 @@ jobs: core.setOutput('major', major) - name: Download Artifacts - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: mac-${{ matrix.arch }}-portable path: artifact diff --git a/.github/workflows/_meta_portable.yaml b/.github/workflows/_meta_portable.yaml index 9a027247dff..21817dae51f 100644 --- a/.github/workflows/_meta_portable.yaml +++ b/.github/workflows/_meta_portable.yaml @@ -72,7 +72,7 @@ jobs: core.setOutput('major', major) - name: Download Artifacts - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: ${{ inputs.os }}-${{ matrix.arch }}-portable path: artifact