Skip to content

Commit 270f218

Browse files
Merge pull request #165 from BioVisionCenter/dependabot/github_actions/codecov/codecov-action-6
ci(dependabot): bump codecov/codecov-action from 5 to 6
2 parents 5a7b3f1 + a563720 commit 270f218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Coverage
102102
if: success() && matrix.platform == 'ubuntu-latest'
103-
uses: codecov/codecov-action@v5
103+
uses: codecov/codecov-action@v6
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106
files: /home/runner/work/ngio/ngio/coverage.xml

0 commit comments

Comments
 (0)