Skip to content

Commit 87114d4

Browse files
Merge pull request #1756 from ral-facilities/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents 55a8040 + 93aeec8 commit 87114d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
36+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
44+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
52+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
60+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
6161
with:
6262
directory: ./packages/datagateway-download/
6363
flags: download

0 commit comments

Comments
 (0)