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 @@ -123,7 +123,7 @@ jobs:
123
123
mv pioasm${{ matrix.config.extension }} /tmp/
124
124
125
125
- name : Upload artifacts
126
- uses : actions/upload-artifact@v3
126
+ uses : actions/upload-artifact@v4
127
127
with :
128
128
name : tools_${{matrix.config.os}}_${{matrix.config.arch}}
129
129
path : |
@@ -174,7 +174,7 @@ jobs:
174
174
CGO_ENABLED : 0
175
175
176
176
- name : Upload artifacts
177
- uses : actions/upload-artifact@v3
177
+ uses : actions/upload-artifact@v4
178
178
with :
179
179
name : rp2040load_${{matrix.config.os}}_${{matrix.config.arch}}
180
180
path : rp2040load${{ matrix.config.extension }}
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@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
path : |
77
77
*.yaml
You can’t perform that action at this time.
0 commit comments