File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 if : matrix.config.os == 'macos-latest'
8282
8383 - name : upload artifacts
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v5
8585 with :
8686 name : clang_${{ matrix.config.name }}_${{ matrix.config.arch }}
8787 path : |
@@ -147,7 +147,7 @@ jobs:
147147 ninja clang-format clangd
148148
149149 - name : upload artifacts
150- uses : actions/upload-artifact@v4
150+ uses : actions/upload-artifact@v5
151151 with :
152152 name : clang_${{ matrix.config.name }}_${{ matrix.config.arch }}
153153 path : |
Original file line number Diff line number Diff line change 7171 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7272
7373 - name : Pass configuration files to next job via workflow artifact
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 path : |
7777 *.yaml
You can’t perform that action at this time.
0 commit comments