File tree 4 files changed +4
-4
lines changed
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@v3
62
+ uses : actions/upload-artifact@v4
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 @@ -119,7 +119,7 @@ jobs:
119
119
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
120
120
121
121
- name : Save sketches report as workflow artifact
122
- uses : actions/upload-artifact@v3
122
+ uses : actions/upload-artifact@v4
123
123
with :
124
124
if-no-files-found : error
125
125
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@v3
62
+ uses : actions/upload-artifact@v4
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@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
path : |
76
76
*.yaml
You can’t perform that action at this time.
0 commit comments