File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323 node-version : [ 14.x, 16.x, 17.x, 18.x ]
2424
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - name : Use Node.js ${{ matrix.node-version }}
28- uses : actions/setup-node@v3
28+ uses : actions/setup-node@v4
2929 with :
3030 node-version : ${{ matrix.node-version }}
3131 - run : npm install
3232 - run : npm test
3333
3434 - name : Upload Artifact
3535 if : ${{ matrix.os == 'ubuntu-20.04' && matrix.node-version == '16.x' }}
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : qtest-mstest-parser
3939 path : |
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222
2323 steps :
2424 - name : Checkout Repository
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 fetch-depth : 2
2828
2929 - name : Set Up 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
4040 run : nyc --reporter=lcov npm test
4141
4242 - name : Upload Coverage To Codecov
43- uses : codecov/codecov-action@v3
43+ uses : codecov/codecov-action@v4
4444 with :
4545 token : ${{ secrets.CODECOV_TOKEN }}
4646
Original file line number Diff line number Diff line change 1919 node-version : [ 16.x ]
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Use Node.js ${{ matrix.node-version }}
24- uses : actions/setup-node@v3
24+ uses : actions/setup-node@v4
2525 with :
2626 node-version : ${{ matrix.node-version }}
2727 - run : npm install
You can’t perform that action at this time.
0 commit comments