@@ -21,13 +21,13 @@ jobs:
2121 strategy :
2222 fail-fast : false
2323 matrix :
24- node-version : [14 .x, 16 .x, 18 .x]
24+ node-version : [18 .x, 20 .x, 22 .x]
2525 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2626
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - name : Use Node.js ${{ matrix.node-version }}
30- uses : actions/setup-node@v3
30+ uses : actions/setup-node@v4
3131 with :
3232 node-version : ${{ matrix.node-version }}
3333 cache : ' yarn'
@@ -40,14 +40,14 @@ jobs:
4040 - run : make test
4141 - run : make combine-reports && make generate-report
4242 - name : get artifacts 1
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
45- name : test-output-1
45+ name : test-output-1-${{matrix.node-version}}
4646 path : |
47- cypress/reports
48- cypress/videos
49- cypress/screenshots
50- mochareports
47+ cypress-slack-reporter-old/cypress /reports
48+ cypress-slack-reporter-old/cypress /videos
49+ cypress-slack-reporter-old/cypress /screenshots
50+ cypress-slack-reporter-old/ mochareports
5151 - run : npm run slack-ts
5252 - run : npm run slack-js
5353 - run : npm run slack-ts-opts
5757 - run : npm run slack-js-opts-build-failed
5858 - run : npm run cli
5959 - name : get artifacts 2
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
62- name : test-output-2
62+ name : test-output-2-${{matrix.node-version}}
6363 path : |
64- src/slack/test
65- cypress/reports/mocha
64+ cypress-slack-reporter-old/ src/slack/test
65+ cypress-slack-reporter-old/cypress /reports/mocha
0 commit comments