Skip to content

Commit

Permalink
Merge pull request #55 from JuliaClimate/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5

Bump codecov/codecov-action from 1 to 5
juliohm authored Jan 8, 2025
2 parents b0ec36c + 3fb1375 commit 2421b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -49,6 +49,6 @@ jobs:
echo "key: ${{ secrets.CDSAPI_KEY }}" >> ~/.cdsapirc
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v5
with:
file: lcov.info

0 comments on commit 2421b33

Please sign in to comment.