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:
130130 if : >
131131 always() &&
132132 steps.check.outcome == 'failure'
133- uses : actions/upload-artifact@v3
133+ uses : actions/upload-artifact@v4
134134 with :
135135 path : ${{ env.WORKING_FOLDER }}/expected/.clang-format
136136 if-no-files-found : error
@@ -190,7 +190,7 @@ jobs:
190190 if : >
191191 always() &&
192192 steps.check.outcome == 'failure'
193- uses : actions/upload-artifact@v3
193+ uses : actions/upload-artifact@v4
194194 with :
195195 path : ${{ env.WORKING_FOLDER }}/output
196196 if-no-files-found : error
@@ -245,7 +245,7 @@ jobs:
245245 OUTPUT_PATH="${{ env.CONVERSION_OUTPUT_PATH }}"
246246
247247 - name : Save conversion to a workflow artifact
248- uses : actions/upload-artifact@v3
248+ uses : actions/upload-artifact@v4
249249 with :
250250 path : ${{ env.CONVERSION_OUTPUT_PATH }}
251251 if-no-files-found : error
Original file line number Diff line number Diff line change 8383 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8484
8585 - name : Pass configuration files to next job via workflow artifact
86- uses : actions/upload-artifact@v3
86+ uses : actions/upload-artifact@v4
8787 with :
8888 path : |
8989 *.yaml
Original file line number Diff line number Diff line change 5353 "${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}"
5454
5555 - name : Save configured script as workflow artifact
56- uses : actions/upload-artifact@v3
56+ uses : actions/upload-artifact@v4
5757 with :
5858 if-no-files-found : error
5959 path : ${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}
You can’t perform that action at this time.
0 commit comments