Skip to content

Commit f7fab54

Browse files
committed
Merge branch 'main' of https://github.com/uutzinger/library-registry into main
2 parents eb83e77 + 9c48ce6 commit f7fab54

File tree

4 files changed

+231
-20
lines changed

4 files changed

+231
-20
lines changed

.github/workflows/assets/accesslist.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
name: galihru
3434
access: deny
3535
reference: https://github.com/arduino/library-registry/pull/6514#pullrequestreview-2969201873
36+
- host: github.com
37+
name: Herobrine-pixel
38+
access: deny
39+
reference: https://github.com/arduino/library-registry/pull/7066#issuecomment-3478077991
3640
- host: github.com
3741
name: kelasrobot
3842
access: deny

.github/workflows/manage-prs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"
115115

116116
- name: Upload diff file to workflow artifact
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
120120
name: ${{ steps.configuration.outputs.artifact }}
@@ -147,7 +147,7 @@ jobs:
147147
location: ${{ runner.temp }}
148148

149149
- name: Download diff
150-
uses: actions/download-artifact@v5
150+
uses: actions/download-artifact@v6
151151
with:
152152
path: ${{ needs.diff.outputs.path }}
153153
name: ${{ needs.diff.outputs.artifact }}
@@ -456,7 +456,7 @@ jobs:
456456
# So it's necessary to use an alternative means of indicating that at least one submission failed the checks.
457457
- name: Upload failure flag artifact
458458
if: env.PASS == 'false'
459-
uses: actions/upload-artifact@v4
459+
uses: actions/upload-artifact@v5
460460
with:
461461
if-no-files-found: error
462462
include-hidden-files: true
@@ -475,7 +475,7 @@ jobs:
475475

476476
steps:
477477
- name: Download submission check failure flag artifacts
478-
uses: actions/download-artifact@v5
478+
uses: actions/download-artifact@v6
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7171

7272
- name: Pass configuration files to next job via workflow artifact
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v5
7474
with:
7575
path: |
7676
*.yaml
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v5
109109

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

0 commit comments

Comments
 (0)