Skip to content

Commit 6ce1ffa

Browse files
authored
Merge pull request #2219 from SalesforceCommerceCloud/bendvc/fix-ci-upload-artifact
Update Github `upload-artifact` action version @@W-17661561@@
2 parents 3adb5ca + 990a132 commit 6ce1ffa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)