Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
kevinwenminion authored Jan 9, 2025
2 parents e7e410b + 7b27ef4 commit 4d9cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
export DFLOW_DEBUG=1
coverage run -m unittest -v -f
coverage report
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4d9cde0

Please sign in to comment.