File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
packages/template-retail-react-app Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,10 @@ jobs:
216216 uses : " ./.github/actions/count_deps"
217217
218218 - name : Store Verdaccio logfile artifact
219- uses : actions/upload-artifact@v3
219+ uses : actions/upload-artifact@v4
220220 with :
221- path : packages/pwa-kit-create-app/local-npm-repo/verdaccio.log
221+ name : verdaccio-log-${{ matrix.template }}
222+ path : packages/pwa-kit-create-app/local-npm-repo/verdaccio-${{ matrix.template }}.log
222223
223224 # TODO: Ticket W-12425059. Revisit Snyk CLI integration to monitor manifest files on generated projects.
224225 # TODO: Update the SNYK_TOKEN stored in GitHub with a token generated from the proper Snyk org.
@@ -311,6 +312,7 @@ jobs:
311312 uses : " ./.github/actions/count_deps"
312313
313314 - name : Store Verdaccio logfile artifact
314- uses : actions/upload-artifact@v3
315+ uses : actions/upload-artifact@v4
315316 with :
316- path : packages/pwa-kit-create-app/local-npm-repo/verdaccio.log
317+ name : verdaccio-log-${{ matrix.template }}
318+ path : packages/pwa-kit-create-app/local-npm-repo/verdaccio-windows-${{ matrix.template }}.log
Original file line number Diff line number Diff line change 8585 },
8686 {
8787 "path" : " build/vendor.js" ,
88- "maxSize" : " 280 kB"
88+ "maxSize" : " 283 kB"
8989 }
9090 ],
9191 "browserslist" : [
You can’t perform that action at this time.
0 commit comments