Skip to content

Commit 2e00dc8

Browse files
⬆️ Update actions/download-artifact action to v4.1.7 (#4919)
[![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 <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f14cce0 commit 2e00dc8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build-status.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
YARN_ENABLE_HARDENED_MODE: 0
187187
run: yarn install --immutable --immutable-cache --mode=skip-build
188188
- name: Download production packages
189-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
189+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
190190
with:
191191
name: bundles
192192
path: packages/
@@ -260,7 +260,7 @@ jobs:
260260
YARN_ENABLE_HARDENED_MODE: 0
261261
run: yarn install --immutable --immutable-cache --mode=skip-build
262262
- name: Download production packages
263-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
263+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
264264
with:
265265
name: bundles
266266
path: packages/
@@ -315,7 +315,7 @@ jobs:
315315
YARN_ENABLE_HARDENED_MODE: 0
316316
run: yarn install --immutable --immutable-cache --mode=skip-build
317317
- name: Download production packages
318-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
318+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
319319
with:
320320
name: bundles
321321
path: packages/
@@ -371,7 +371,7 @@ jobs:
371371
YARN_ENABLE_HARDENED_MODE: 0
372372
run: yarn install --immutable --immutable-cache --mode=skip-build
373373
- name: Download production packages
374-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
374+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
375375
with:
376376
name: bundles
377377
path: packages/
@@ -443,7 +443,7 @@ jobs:
443443
YARN_ENABLE_HARDENED_MODE: 0
444444
run: yarn install --immutable --immutable-cache --mode=skip-build
445445
- name: Download production packages
446-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
446+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
447447
with:
448448
name: bundles
449449
path: packages/
@@ -512,7 +512,7 @@ jobs:
512512
DRAFT_BUILD: ${{github.event_name == 'push' && github.ref == 'refs/heads/main' && 'false' || 'true'}}
513513
steps:
514514
- name: Download documentation artifacts
515-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
515+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
516516
with:
517517
name: website
518518
path: artifacts/
@@ -594,7 +594,7 @@ jobs:
594594
registry-url: 'https://registry.npmjs.org'
595595
check-latest: true
596596
- name: Download production packages
597-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
597+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
598598
with:
599599
name: bundles
600600
path: packages/
@@ -633,7 +633,7 @@ jobs:
633633
registry-url: 'https://registry.npmjs.org'
634634
check-latest: true
635635
- name: Download production packages
636-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
636+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
637637
with:
638638
name: bundles
639639
path: packages/
@@ -672,7 +672,7 @@ jobs:
672672
registry-url: 'https://registry.npmjs.org'
673673
check-latest: true
674674
- name: Download production packages
675-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
675+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
676676
with:
677677
name: bundles
678678
path: packages/
@@ -711,7 +711,7 @@ jobs:
711711
registry-url: 'https://registry.npmjs.org'
712712
check-latest: true
713713
- name: Download production packages
714-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
714+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
715715
with:
716716
name: bundles
717717
path: packages/
@@ -750,7 +750,7 @@ jobs:
750750
registry-url: 'https://registry.npmjs.org'
751751
check-latest: true
752752
- name: Download production packages
753-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
753+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
754754
with:
755755
name: bundles
756756
path: packages/
@@ -789,7 +789,7 @@ jobs:
789789
registry-url: 'https://registry.npmjs.org'
790790
check-latest: true
791791
- name: Download production packages
792-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
792+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
793793
with:
794794
name: bundles
795795
path: packages/
@@ -828,7 +828,7 @@ jobs:
828828
registry-url: 'https://registry.npmjs.org'
829829
check-latest: true
830830
- name: Download production packages
831-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
831+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
832832
with:
833833
name: bundles
834834
path: packages/
@@ -867,7 +867,7 @@ jobs:
867867
registry-url: 'https://registry.npmjs.org'
868868
check-latest: true
869869
- name: Download production packages
870-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
870+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
871871
with:
872872
name: bundles
873873
path: packages/

0 commit comments

Comments
 (0)