File tree Expand file tree Collapse file tree 4 files changed +120
-78
lines changed Expand file tree Collapse file tree 4 files changed +120
-78
lines changed Original file line number Diff line number Diff line change 13
13
name : 4211421036
14
14
access : deny
15
15
reference : https://github.com/arduino/library-registry/pull/6269#pullrequestreview-2813557457
16
- - host : github.com
17
- name : 7Semi
18
- access : deny
19
- reference : https://github.com/arduino/library-registry/pull/5734#pullrequestreview-2548818476
20
16
- host : github.com
21
17
name : ajangrahmat
22
18
access : deny
53
49
name : YoavPaz
54
50
access : deny
55
51
reference : https://github.com/arduino/library-registry/pull/5741#issuecomment-2589016403
52
+ - host : github.com
53
+ name : tremaru
54
+ access : deny
55
+ reference : https://github.com/arduino/library-registry/pull/6697
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
location : ${{ runner.temp }}
148
148
149
149
- name : Download diff
150
- uses : actions/download-artifact@v4
150
+ uses : actions/download-artifact@v5
151
151
with :
152
152
path : ${{ needs.diff.outputs.path }}
153
153
name : ${{ needs.diff.outputs.artifact }}
@@ -475,7 +475,7 @@ jobs:
475
475
476
476
steps :
477
477
- name : Download submission check failure flag artifacts
478
- uses : actions/download-artifact@v4
478
+ uses : actions/download-artifact@v5
479
479
with :
480
480
path : ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }}
481
481
pattern : ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}*
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
uses : actions/checkout@v4
109
109
110
110
- name : Download configuration file artifacts
111
- uses : actions/download-artifact@v4
111
+ uses : actions/download-artifact@v5
112
112
with :
113
113
merge-multiple : true
114
114
pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments