File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080
8181 - name : Upload corrected file to workflow artifact
8282 if : failure() && steps.check-category-order-metadata.outcome == 'failure'
83- uses : actions/upload-artifact@v3
83+ uses : actions/upload-artifact@v4
8484 with :
8585 if-no-files-found : error
8686 name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 9696
9797 - name : Upload corrected file to workflow artifact
9898 if : failure() && steps.check-toc.outcome == 'failure'
99- uses : actions/upload-artifact@v3
99+ uses : actions/upload-artifact@v4
100100 with :
101101 if-no-files-found : error
102102 name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 8080 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8181
8282 - name : Pass configuration files to next job via workflow artifact
83- uses : actions/upload-artifact@v3
83+ uses : actions/upload-artifact@v4
8484 with :
8585 path : |
8686 *.yaml
You can’t perform that action at this time.
0 commit comments