From c4fea5e5f9c7774c34f500ea9f0ea2f6fe38df28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:14:33 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.1.0 --- .github/workflows/_meta.yaml | 2 +- .github/workflows/_meta_portable.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_meta.yaml b/.github/workflows/_meta.yaml index af4ee27650c..c3a824fed23 100644 --- a/.github/workflows/_meta.yaml +++ b/.github/workflows/_meta.yaml @@ -47,7 +47,7 @@ jobs: run: ./build ${{ matrix.release }} ${{ matrix.arch }} dist - name: Upload Artifacts - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }} path: dist diff --git a/.github/workflows/_meta_portable.yaml b/.github/workflows/_meta_portable.yaml index baf6862e26a..c600ec2f703 100644 --- a/.github/workflows/_meta_portable.yaml +++ b/.github/workflows/_meta_portable.yaml @@ -38,7 +38,7 @@ jobs: run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist - name: Upload Artifacts - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: ${{ inputs.os }}-${{ matrix.arch }}-portable path: dist