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 52
52
npm run test-coverage-ci --workspaces --if-present
53
53
54
54
- name : Upload test coverage report
55
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
55
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
56
56
with :
57
57
files : ./coverage/lcov.info
58
58
token : ${{ secrets.CODECOV_TOKEN }}
@@ -71,13 +71,13 @@ jobs:
71
71
path : build
72
72
73
73
- name : Download the build folders
74
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
74
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
75
75
with :
76
76
name : build
77
77
path : build
78
78
79
79
- name : Run cypress test
80
- uses : cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
80
+ uses : cypress-io/github-action@9c318d4f950c2f0ff2e96fa4dc4279e5706efd8e # v6.7.14
81
81
with :
82
82
start : npm start &
83
83
wait-on : " http://localhost:3000"
You can’t perform that action at this time.
0 commit comments