File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
81
81
- name : Upload corrected file to workflow artifact
82
82
if : failure() && steps.check-category-order-metadata.outcome == 'failure'
83
- uses : actions/upload-artifact@v3
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
if-no-files-found : error
86
86
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 96
96
97
97
- name : Upload corrected file to workflow artifact
98
98
if : failure() && steps.check-toc.outcome == 'failure'
99
- uses : actions/upload-artifact@v3
99
+ uses : actions/upload-artifact@v4
100
100
with :
101
101
if-no-files-found : error
102
102
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 80
80
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
81
81
82
82
- name : Pass configuration files to next job via workflow artifact
83
- uses : actions/upload-artifact@v3
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
path : |
86
86
*.yaml
You can’t perform that action at this time.
0 commit comments