File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 32
32
run : ./sbt jacoco
33
33
34
34
- name : Upload coverage
35
- uses : codecov/codecov-action@v3
35
+ uses : codecov/codecov-action@v4
36
36
37
37
- name : Deploy
38
38
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
@@ -75,24 +75,17 @@ jobs:
75
75
- name : Env
76
76
run : echo "nativeJniVersion=`cat version`" >> $GITHUB_ENV
77
77
78
- - name : Inspect classes
79
- run : ls -al target/classes/darwin
80
-
81
78
- name : Inspect
82
- if : matrix.target_arch == 'x86_64'
83
79
run : otool -L target/classes/darwin/${{ matrix.target_arch }}/libzstd-jni-${nativeJniVersion}.dylib
84
80
85
81
- name : Symbols
86
- if : matrix.target_arch == 'x86_64'
87
82
run : nm -m target/classes/darwin/${{ matrix.target_arch }}/libzstd-jni-${nativeJniVersion}.dylib
88
83
89
84
- name : Test
90
- if : matrix.target_arch == 'x86_64'
91
85
run : ./sbt jacoco
92
86
93
87
- name : Upload coverage
94
- if : matrix.target_arch == 'x86_64'
95
- uses : codecov/codecov-action@v3
88
+ uses : codecov/codecov-action@v4
96
89
97
90
- name : Deploy
98
91
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
@@ -141,7 +134,7 @@ jobs:
141
134
run : ./sbt jacoco
142
135
143
136
- name : Upload coverage
144
- uses : codecov/codecov-action@v3
137
+ uses : codecov/codecov-action@v4
145
138
146
139
- name : Deploy
147
140
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
You can’t perform that action at this time.
0 commit comments