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:
123123 mv pioasm${{ matrix.config.extension }} /tmp/
124124
125125 - name : Upload artifacts
126- uses : actions/upload-artifact@v4
126+ uses : actions/upload-artifact@v5
127127 with :
128128 name : tools_${{matrix.config.os}}_${{matrix.config.arch}}
129129 path : |
@@ -174,7 +174,7 @@ jobs:
174174 CGO_ENABLED : 0
175175
176176 - name : Upload artifacts
177- uses : actions/upload-artifact@v4
177+ uses : actions/upload-artifact@v5
178178 with :
179179 name : rp2040load_${{matrix.config.os}}_${{matrix.config.arch}}
180180 path : rp2040load${{ matrix.config.extension }}
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