File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
if : >
131
131
always() &&
132
132
steps.check.outcome == 'failure'
133
- uses : actions/upload-artifact@v3
133
+ uses : actions/upload-artifact@v4
134
134
with :
135
135
path : ${{ env.WORKING_FOLDER }}/expected/.clang-format
136
136
if-no-files-found : error
@@ -190,7 +190,7 @@ jobs:
190
190
if : >
191
191
always() &&
192
192
steps.check.outcome == 'failure'
193
- uses : actions/upload-artifact@v3
193
+ uses : actions/upload-artifact@v4
194
194
with :
195
195
path : ${{ env.WORKING_FOLDER }}/output
196
196
if-no-files-found : error
@@ -245,7 +245,7 @@ jobs:
245
245
OUTPUT_PATH="${{ env.CONVERSION_OUTPUT_PATH }}"
246
246
247
247
- name : Save conversion to a workflow artifact
248
- uses : actions/upload-artifact@v3
248
+ uses : actions/upload-artifact@v4
249
249
with :
250
250
path : ${{ env.CONVERSION_OUTPUT_PATH }}
251
251
if-no-files-found : error
Original file line number Diff line number Diff line change 83
83
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
84
84
85
85
- name : Pass configuration files to next job via workflow artifact
86
- uses : actions/upload-artifact@v3
86
+ uses : actions/upload-artifact@v4
87
87
with :
88
88
path : |
89
89
*.yaml
Original file line number Diff line number Diff line change 53
53
"${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}"
54
54
55
55
- name : Save configured script as workflow artifact
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
if-no-files-found : error
59
59
path : ${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}
You can’t perform that action at this time.
0 commit comments