Skip to content

Commit 7c1600c

Browse files
committed
Update repositories.txt
2 parents 8d5e658 + 9f72658 commit 7c1600c

File tree

4 files changed

+120
-78
lines changed

4 files changed

+120
-78
lines changed

.github/workflows/assets/accesslist.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
name: 4211421036
1414
access: deny
1515
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
2016
- host: github.com
2117
name: ajangrahmat
2218
access: deny
@@ -53,3 +49,7 @@
5349
name: YoavPaz
5450
access: deny
5551
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

.github/workflows/manage-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
location: ${{ runner.temp }}
148148

149149
- name: Download diff
150-
uses: actions/download-artifact@v4
150+
uses: actions/download-artifact@v5
151151
with:
152152
path: ${{ needs.diff.outputs.path }}
153153
name: ${{ needs.diff.outputs.artifact }}
@@ -475,7 +475,7 @@ jobs:
475475

476476
steps:
477477
- name: Download submission check failure flag artifacts
478-
uses: actions/download-artifact@v4
478+
uses: actions/download-artifact@v5
479479
with:
480480
path: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }}
481481
pattern: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}*

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v4
109109

110110
- name: Download configuration file artifacts
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
with:
113113
merge-multiple: true
114114
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)