File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525
2626 - name : Set Node.js 16.x
2727 uses : actions/setup-node@v3.8.1
4646 id : diff
4747
4848 # If index.js was different than expected, upload the expected version as an artifact
49- - uses : actions/upload-artifact@v3
49+ - uses : actions/upload-artifact@v4
5050 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
5151 with :
5252 name : dist
Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ jobs:
1515 build : # make sure build/ci work properly
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - run : |
2020 npm install
2121 - run : |
2222 npm run all
2323 test : # make sure the action works on a clean machine without building
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - uses : ./
2828 with :
2929 current-stats-json-path : ./__tests__/__mocks__/new-stats-with-chunks.json
3030 base-stats-json-path : ./__tests__/__mocks__/old-stats-with-chunks.json
3131 github-token : ${{ secrets.GITHUB_TOKEN }}
3232 title : With chunk and module information
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 - uses : ./
3535 with :
3636 current-stats-json-path : ./__tests__/__mocks__/new-stats-assets.json
Original file line number Diff line number Diff line change 1- * @ github/memex -reviewers
1+ * @ github/web-systems -reviewers
Original file line number Diff line number Diff line change 9292 pull-requests : write
9393 steps :
9494 - uses : actions/download-artifact@v3
95- - uses : github/webpack-bundlesize-compare-action@v1.5.0
95+ - uses : github/webpack-bundlesize-compare-action@v1.8.2
9696 with :
9797 github-token : ${{ secrets.GITHUB_TOKEN }}
9898 current-stats-json-path : ./head-stats/stats.json
You can’t perform that action at this time.
0 commit comments