From 38e14de47c769830cecdc115f1bca109772a36d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:30:52 +0100 Subject: [PATCH] chore(deps): update dependency actions/download-artifact to v4.1.3 (#66) 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 711b085..a5ae15d 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@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: .repo.patch path: ${{ runner.temp }} @@ -98,7 +98,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: build-artifact path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d26d42..cdcffda 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@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: build-artifact path: dist @@ -103,7 +103,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: build-artifact path: dist diff --git a/version.json b/version.json index 8092f07..61d2c7c 100644 --- a/version.json +++ b/version.json @@ -8,9 +8,9 @@ "manager": "github-actions" }, "actions/download-artifact": { - "currentDigest": "eaceaf801fd36c7dee90939fad912460b18a1ffe", - "currentValue": "v4.1.2", - "currentVersion": "v4.1.2", + "currentDigest": "87c55149d96e628cc2ef7e6fc2aab372015aec85", + "currentValue": "v4.1.3", + "currentVersion": "v4.1.3", "datasource": "github-tags", "depType": "action", "manager": "github-actions"