File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949
5050 - name : Download JSON schema for Taskfiles
5151 id : download-schema
52- uses : carlosperate/download-file-action@v1
52+ uses : carlosperate/download-file-action@v2
5353 with :
5454 # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
5555 file-url : https://json.schemastore.org/taskfile.json
Original file line number Diff line number Diff line change 4242
4343 - name : Download JSON schema for labels configuration file
4444 id : download-schema
45- uses : carlosperate/download-file-action@v1
45+ uses : carlosperate/download-file-action@v2
4646 with :
4747 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json
4848 location : ${{ runner.temp }}/label-configuration-schema
7676
7777 steps :
7878 - name : Download
79- uses : carlosperate/download-file-action@v1
79+ uses : carlosperate/download-file-action@v2
8080 with :
8181 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8282
You can’t perform that action at this time.
0 commit comments