Skip to content

Commit 130eb43

Browse files
authored
Merge pull request #258 from ClimateImpactLab/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 5d09667 + 6fa2ac2 commit 130eb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
docker run "${{ env.image_name }}" dodola --help
5656
5757
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v4
58+
uses: codecov/codecov-action@v5
5959
env:
6060
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)