File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
149149
150150 - name : Save memory usage change report as artifact
151- uses : actions/upload-artifact@v2
151+ uses : actions/upload-artifact@v4
152152 with :
153153 path : ${{ env.SKETCHES_REPORTS_PATH }}
154154 name : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
7070 sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
7171
7272 - name : Save firmware binary as workflow artifact
73- uses : actions/upload-artifact@v2
73+ uses : actions/upload-artifact@v4
7474 with :
7575 if-no-files-found : error
7676 path : ${{ env.BINARY_OUTPUT_PATH }}/${{ env.BINARY_FILENAME }}
7777 name : ${{ env.BINARY_ARTIFACT_NAME }}
7878
7979 - name : Save sketches report as workflow artifact
80- uses : actions/upload-artifact@v2
80+ uses : actions/upload-artifact@v4
8181 with :
8282 if-no-files-found : error
8383 path : ${{ env.SKETCHES_REPORTS_PATH }}
8989 runs-on : ubuntu-latest
9090 steps :
9191 - name : Download binary artifact
92- uses : actions/download-artifact@v2
92+ uses : actions/download-artifact@v4
9393 with :
9494 name : ${{ env.BINARY_ARTIFACT_NAME }}
9595
You can’t perform that action at this time.
0 commit comments