File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 - name : Test with pytest
5151 run : just test-parallel-ci
5252 - name : Upload coverage
53- uses : codecov/codecov-action@v5
53+ uses : codecov/codecov-action@v5.4.0
5454 with :
5555 token : ${{ secrets.CODECOV_TOKEN }}
5656 fail_ci_if_error : true
9090 - name : Test with pytest
9191 run : just test-parallel-ci-http2
9292 - name : Upload coverage
93- uses : codecov/codecov-action@v5
93+ uses : codecov/codecov-action@v5.4.0
9494 with :
9595 token : ${{ secrets.CODECOV_TOKEN }}
9696 fail_ci_if_error : true
@@ -118,7 +118,7 @@ jobs:
118118 - name : Test with pytest
119119 run : just test-no-parallel-ci
120120 - name : Upload coverage
121- uses : codecov/codecov-action@v5
121+ uses : codecov/codecov-action@v5.4.0
122122 with :
123123 token : ${{ secrets.CODECOV_TOKEN }}
124124 fail_ci_if_error : true
@@ -158,7 +158,7 @@ jobs:
158158 - name : Test with pytest
159159 run : just test-no-parallel-ci-http2
160160 - name : Upload coverage
161- uses : codecov/codecov-action@v5
161+ uses : codecov/codecov-action@v5.4.0
162162 with :
163163 token : ${{ secrets.CODECOV_TOKEN }}
164164 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments