We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a7b109 + 27e8974 commit 62fafd8Copy full SHA for 62fafd8
.github/workflows/sync-labels.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Download JSON schema for labels configuration file
33
id: download-schema
34
- uses: carlosperate/download-file-action@v1
+ uses: carlosperate/download-file-action@v2
35
with:
36
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json
37
location: ${{ runner.temp }}/label-configuration-schema
@@ -65,7 +65,7 @@ jobs:
65
66
steps:
67
- name: Download
68
69
70
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
71
0 commit comments