From 89bd80cbb7161619129611417d388afd37ef8560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:56:10 +0100 Subject: [PATCH] chore(deps): update dependency actions/download-artifact to v4.1.2 (#55) 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 b357c56..965ec87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,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@6b208ae046db98c579e8a3aa621ab581ff575935 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe with: name: .repo.patch path: ${{ runner.temp }} @@ -96,7 +96,7 @@ jobs: with: node-version: 18.17.0 - name: Download build artifacts - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe with: name: build-artifact path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e72b89..7956671 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: with: node-version: 18.17.0 - name: Download build artifacts - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe with: name: build-artifact path: dist @@ -93,7 +93,7 @@ jobs: with: node-version: 18.17.0 - name: Download build artifacts - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe with: name: build-artifact path: dist diff --git a/version.json b/version.json index bb70d53..f4af75b 100644 --- a/version.json +++ b/version.json @@ -8,9 +8,9 @@ "manager": "github-actions" }, "actions/download-artifact": { - "currentDigest": "6b208ae046db98c579e8a3aa621ab581ff575935", - "currentValue": "v4.1.1", - "currentVersion": "v4.1.1", + "currentDigest": "eaceaf801fd36c7dee90939fad912460b18a1ffe", + "currentValue": "v4.1.2", + "currentVersion": "v4.1.2", "datasource": "github-tags", "depType": "action", "manager": "github-actions"