File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 node-version : [16.x]
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v1
20+ uses : actions/setup-node@v3
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - run : yarn install && yarn build
2626 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' # This conditional will skip the step for Dependabot PRs
2727 run : yarn deploy:staging --token ${{ secrets.FIREBASE_TOKEN }}
2828 - name : Upload artifacts # Find artifacts under actions/jobs
29- uses : actions/upload-artifact@v2
29+ uses : actions/upload-artifact@v3
3030 with :
3131 name : chrome-extension
3232 path : extension
You can’t perform that action at this time.
0 commit comments