From 2e00dc8db35e5bb784ff84af716edef30f5d2aee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:51:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/download-?= =?UTF-8?q?artifact=20action=20to=20v4.1.7=20(#4919)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | patch | `v4.1.6` -> `v4.1.7` | --- ### Release Notes
actions/download-artifact (actions/download-artifact) ### [`v4.1.7`](https://togithub.com/actions/download-artifact/compare/v4.1.6...v4.1.7) [Compare Source](https://togithub.com/actions/download-artifact/compare/v4.1.6...v4.1.7)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/dubzzz/fast-check). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-status.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index b299c3a0149..ed06219803a 100644 --- a/.github/workflows/build-status.yml +++ b/.github/workflows/build-status.yml @@ -186,7 +186,7 @@ jobs: YARN_ENABLE_HARDENED_MODE: 0 run: yarn install --immutable --immutable-cache --mode=skip-build - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -260,7 +260,7 @@ jobs: YARN_ENABLE_HARDENED_MODE: 0 run: yarn install --immutable --immutable-cache --mode=skip-build - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -315,7 +315,7 @@ jobs: YARN_ENABLE_HARDENED_MODE: 0 run: yarn install --immutable --immutable-cache --mode=skip-build - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -371,7 +371,7 @@ jobs: YARN_ENABLE_HARDENED_MODE: 0 run: yarn install --immutable --immutable-cache --mode=skip-build - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -443,7 +443,7 @@ jobs: YARN_ENABLE_HARDENED_MODE: 0 run: yarn install --immutable --immutable-cache --mode=skip-build - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -512,7 +512,7 @@ jobs: DRAFT_BUILD: ${{github.event_name == 'push' && github.ref == 'refs/heads/main' && 'false' || 'true'}} steps: - name: Download documentation artifacts - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: website path: artifacts/ @@ -594,7 +594,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -633,7 +633,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -672,7 +672,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -711,7 +711,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -750,7 +750,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -789,7 +789,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -828,7 +828,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/ @@ -867,7 +867,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: bundles path: packages/