Skip to content

Commit 5dfb75b

Browse files
authored
Merge pull request #1704 from Libensemble/dependabot/github_actions/develop/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 257ecc2 + aca5f19 commit 5dfb75b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
mv libensemble/tests/.cov* .
8989
9090
- name: Upload coverage reports to Codecov
91-
uses: codecov/codecov-action@v5
91+
uses: codecov/codecov-action@v6
9292
env:
9393
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9494

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
mv libensemble/tests/.cov* .
102102
103103
- name: Upload coverage reports to Codecov
104-
uses: codecov/codecov-action@v5
104+
uses: codecov/codecov-action@v6
105105
env:
106106
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
107107

0 commit comments

Comments
 (0)