From a7f5273a7ad7c35149123fac9425e8c9880995da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:53:43 +0200 Subject: [PATCH] chore(deps): update dependency actions/download-artifact to v4.1.4 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- version.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7d1f03..6b8cf13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Download patch - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: name: .repo.patch path: ${{ runner.temp }} @@ -98,7 +98,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: name: build-artifact path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d03185c..a0977de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: name: build-artifact path: dist @@ -103,7 +103,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: name: build-artifact path: dist diff --git a/version.json b/version.json index b31a8eb..b3609e7 100644 --- a/version.json +++ b/version.json @@ -8,9 +8,9 @@ "manager": "github-actions" }, "actions/download-artifact": { - "currentDigest": "87c55149d96e628cc2ef7e6fc2aab372015aec85", - "currentValue": "v4.1.3", - "currentVersion": "v4.1.3", + "currentDigest": "c850b930e6ba138125429b7e5c93fc707a7f8427", + "currentValue": "v4.1.4", + "currentVersion": "v4.1.4", "datasource": "github-tags", "depType": "action", "manager": "github-actions"