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 80
80
if : matrix.config.os == 'macos-latest'
81
81
82
82
- name : upload artifacts
83
- uses : actions/upload-artifact@v2
83
+ uses : actions/upload-artifact@v3
84
84
with :
85
85
name : clang_${{ matrix.config.name }}_${{ matrix.config.arch }}
86
86
path : |
@@ -146,7 +146,7 @@ jobs:
146
146
ninja clang-format clangd
147
147
148
148
- name : upload artifacts
149
- uses : actions/upload-artifact@v2
149
+ uses : actions/upload-artifact@v3
150
150
with :
151
151
name : clang_${{ matrix.config.name }}_${{ matrix.config.arch }}
152
152
path : |
Original file line number Diff line number Diff line change 71
71
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
72
72
73
73
- name : Pass configuration files to next job via workflow artifact
74
- uses : actions/upload-artifact@v2
74
+ uses : actions/upload-artifact@v3
75
75
with :
76
76
path : |
77
77
*.yaml
You can’t perform that action at this time.
0 commit comments