File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : ⬇️ Checkout repo
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v4
38
38
39
39
- name : ⎔ Setup node
40
- uses : actions/setup-node@v2
40
+ uses : actions/setup-node@v4
41
41
with :
42
42
node-version : ${{ matrix.node }}
43
43
59
59
run : npm run validate
60
60
61
61
- name : ⬆️ Upload coverage report
62
- uses : codecov/codecov-action@v1
62
+ uses : codecov/codecov-action@v4
63
63
with :
64
+ fail_ci_if_error : true
64
65
flags : ${{ matrix.react }}
66
+ token : ${{ secrets.CODECOV_TOKEN }}
65
67
66
68
release :
67
69
permissions :
@@ -76,10 +78,10 @@ jobs:
76
78
github.event_name == 'push' }}
77
79
steps :
78
80
- name : ⬇️ Checkout repo
79
- uses : actions/checkout@v2
81
+ uses : actions/checkout@v4
80
82
81
83
- name : ⎔ Setup node
82
- uses : actions/setup-node@v2
84
+ uses : actions/setup-node@v4
83
85
with :
84
86
node-version : 14
85
87
You can’t perform that action at this time.
0 commit comments