Skip to content

Commit

Permalink
Merge pull request #590 from NCAR/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-4.2.0

Bump codecov/codecov-action from 4.1.1 to 4.2.0
  • Loading branch information
kafitzgerald committed Apr 9, 2024
2 parents 47a2ade + b2b08b0 commit acfb215
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
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Upload code coverage to Codecov
if: github.repository == 'NCAR/geocat-comp'
uses: codecov/codecov-action@v4.1.1
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit acfb215

Please sign in to comment.