File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156
157157 - name : Save memory usage change report as artifact
158158 if : github.event_name == 'pull_request'
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v5
160160 with :
161161 if-no-files-found : error
162162 name : sketches-report-${{ matrix.board.artifact-name-suffix }}
Original file line number Diff line number Diff line change 7373 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7474
7575 - name : Pass configuration files to next job via workflow artifact
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v5
7777 with :
7878 path : ${{ matrix.filename }}
7979 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments