File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -232,9 +232,10 @@ jobs:
232232 uses : " ./.github/actions/count_deps"
233233
234234 - name : Store Verdaccio logfile artifact
235- uses : actions/upload-artifact@v3
235+ uses : actions/upload-artifact@v4
236236 with :
237- path : packages/pwa-kit-create-app/local-npm-repo/verdaccio.log
237+ name : verdaccio-log-${{ matrix.template }}
238+ path : packages/pwa-kit-create-app/local-npm-repo/verdaccio-${{ matrix.template }}.log
238239
239240 # TODO: Ticket W-12425059. Revisit Snyk CLI integration to monitor manifest files on generated projects.
240241 # TODO: Update the SNYK_TOKEN stored in GitHub with a token generated from the proper Snyk org.
@@ -329,9 +330,10 @@ jobs:
329330 uses : " ./.github/actions/count_deps"
330331
331332 - name : Store Verdaccio logfile artifact
332- uses : actions/upload-artifact@v3
333+ uses : actions/upload-artifact@v4
333334 with :
334- path : packages/pwa-kit-create-app/local-npm-repo/verdaccio.log
335+ name : verdaccio-log-${{ matrix.template }}
336+ path : packages/pwa-kit-create-app/local-npm-repo/verdaccio-windows-${{ matrix.template }}.log
335337 lighthouse :
336338 needs : changelog-check
337339 strategy :
You can’t perform that action at this time.
0 commit comments