File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
60
60
61
61
- name : Save sketches report as workflow artifact
62
- uses : actions/upload-artifact@v2
62
+ uses : actions/upload-artifact@v3
63
63
with :
64
64
if-no-files-found : error
65
65
path : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
118
118
119
119
- name : Save sketches report as workflow artifact
120
- uses : actions/upload-artifact@v2
120
+ uses : actions/upload-artifact@v3
121
121
with :
122
122
if-no-files-found : error
123
123
path : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change 59
59
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
60
60
61
61
- name : Save sketches report as workflow artifact
62
- uses : actions/upload-artifact@v2
62
+ uses : actions/upload-artifact@v3
63
63
with :
64
64
if-no-files-found : error
65
65
path : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change 70
70
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
71
71
72
72
- name : Pass configuration files to next job via workflow artifact
73
- uses : actions/upload-artifact@v2
73
+ uses : actions/upload-artifact@v3
74
74
with :
75
75
path : |
76
76
*.yaml
You can’t perform that action at this time.
0 commit comments