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 @@ -33,31 +33,31 @@ jobs:
3333 # Test coverage upload
3434 - name : Upload unit test coverage for the Common package
3535 if : success()
36- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
36+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
3737 with :
3838 directory : ./packages/datagateway-common/
3939 flags : common
4040 fail_ci_if_error : true
4141 token : ${{ secrets.CODECOV_TOKEN }}
4242 - name : Upload unit test coverage for the DataView package
4343 if : success()
44- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
44+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
4545 with :
4646 directory : ./packages/datagateway-dataview/
4747 flags : dataview
4848 fail_ci_if_error : true
4949 token : ${{ secrets.CODECOV_TOKEN }}
5050 - name : Upload unit test coverage for the Search package
5151 if : success()
52- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
52+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
5353 with :
5454 directory : ./packages/datagateway-search/
5555 flags : search
5656 fail_ci_if_error : true
5757 token : ${{ secrets.CODECOV_TOKEN }}
5858 - name : Upload unit test coverage for the Download package
5959 if : success()
60- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
60+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
6161 with :
6262 directory : ./packages/datagateway-download/
6363 flags : download
You can’t perform that action at this time.
0 commit comments