Skip to content

Commit

Permalink
Merge pull request #458 from naorlivne/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
naorlivne committed Mar 25, 2024
2 parents aaa0937 + b36f70d commit 3afda10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_ci_cd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
coverage run -m unittest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 3afda10

Please sign in to comment.