Skip to content

Commit 00dc736

Browse files
Merge pull request #51 from EnergySystemsModellingLab/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents dee9955 + 1325a6e commit 00dc736

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
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Upload coverage to Codecov
115115
if: runner.os == 'Linux'
116-
uses: codecov/codecov-action@v5
116+
uses: codecov/codecov-action@v6
117117
with:
118118
token: ${{ secrets.CODECOV_TOKEN }}
119119
files: ./coverage.xml

0 commit comments

Comments
 (0)