File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
149
149
150
150
- name : Save memory usage change report as artifact
151
- uses : actions/upload-artifact@v2
151
+ uses : actions/upload-artifact@v4
152
152
with :
153
153
path : ${{ env.SKETCHES_REPORTS_PATH }}
154
154
name : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
70
70
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
71
71
72
72
- name : Save firmware binary as workflow artifact
73
- uses : actions/upload-artifact@v2
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
if-no-files-found : error
76
76
path : ${{ env.BINARY_OUTPUT_PATH }}/${{ env.BINARY_FILENAME }}
77
77
name : ${{ env.BINARY_ARTIFACT_NAME }}
78
78
79
79
- name : Save sketches report as workflow artifact
80
- uses : actions/upload-artifact@v2
80
+ uses : actions/upload-artifact@v4
81
81
with :
82
82
if-no-files-found : error
83
83
path : ${{ env.SKETCHES_REPORTS_PATH }}
89
89
runs-on : ubuntu-latest
90
90
steps :
91
91
- name : Download binary artifact
92
- uses : actions/download-artifact@v2
92
+ uses : actions/download-artifact@v4
93
93
with :
94
94
name : ${{ env.BINARY_ARTIFACT_NAME }}
95
95
You can’t perform that action at this time.
0 commit comments