Skip to content

Commit

Permalink
Merge pull request #2085 from dictyBase/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/codecov/codecov-action-4.5.0

build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
kodiakhq[bot] authored Jun 15, 2024
2 parents d013ebc + cb5c97a commit 7e68a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
CI: true
- name: upload test coverage to codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
env:
CI: true
- name: upload test coverage to codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7e68a02

Please sign in to comment.