File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 EOF
184184
185185 - name : Upload security report
186- uses : actions/upload-artifact@v3
186+ uses : actions/upload-artifact@v4
187187 with :
188188 name : security-report
189189 path : security-report.md
Original file line number Diff line number Diff line change 8989 test -s test-output.json
9090
9191 - name : Upload build artifacts
92- uses : actions/upload-artifact@v3
92+ uses : actions/upload-artifact@v4
9393 with :
9494 name : dist-files
9595 path : dist/
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 node memory-profile.js
171171
172172 - name : Upload performance report
173- uses : actions/upload-artifact@v3
173+ uses : actions/upload-artifact@v4
174174 with :
175175 name : performance-report-${{ github.sha }}
176176 path : performance-report.json
@@ -263,7 +263,7 @@ jobs:
263263 echo "Note: Size comparison with base branch requires historical data"
264264
265265 - name : Upload bundle report
266- uses : actions/upload-artifact@v3
266+ uses : actions/upload-artifact@v4
267267 with :
268268 name : bundle-report-${{ github.sha }}
269269 path : bundle-report.json
@@ -278,12 +278,12 @@ jobs:
278278
279279 steps :
280280 - name : Download performance reports
281- uses : actions/download-artifact@v3
281+ uses : actions/download-artifact@v4
282282 with :
283283 name : performance-report-${{ github.sha }}
284284
285285 - name : Download bundle reports
286- uses : actions/download-artifact@v3
286+ uses : actions/download-artifact@v4
287287 with :
288288 name : bundle-report-${{ github.sha }}
289289
You can’t perform that action at this time.
0 commit comments