From 3d8a360fb33b4645283504cddaecc335205b2a04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 01:05:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/download-?= =?UTF-8?q?artifact=20action=20to=20v4.1.9=20(#5749)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | patch | `v4.1.8` -> `v4.1.9` | --- ### Release Notes
actions/download-artifact (actions/download-artifact) ### [`v4.1.9`](https://redirect.github.com/actions/download-artifact/compare/v4.1.8...v4.1.9) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v4.1.8...v4.1.9)
--- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](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 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index 6f7a0a0ec4d..15fc459f1bf 100644 --- a/.github/workflows/build-status.yml +++ b/.github/workflows/build-status.yml @@ -158,7 +158,7 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -185,7 +185,7 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -256,7 +256,7 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -306,7 +306,7 @@ jobs: - name: Install dependencies run: pnpm --filter website install --frozen-lockfile - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -355,7 +355,7 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -416,7 +416,7 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -484,7 +484,7 @@ jobs: DRAFT_BUILD: ${{github.event_name == 'push' && github.ref == 'refs/heads/main' && 'false' || 'true'}} steps: - name: Download documentation artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: website path: artifacts/ @@ -566,7 +566,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -606,7 +606,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -646,7 +646,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -686,7 +686,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -726,7 +726,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -766,7 +766,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -806,7 +806,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/ @@ -846,7 +846,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: true - name: Download production packages - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: bundles path: packages/