Skip to content

Commit

Permalink
Merge pull request #1365 from CodeCrowCorp/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-4.6.0

Build(deps): Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
mergify[bot] authored Oct 7, 2024
2 parents 86e44e3 + fed3999 commit d0ec4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
retention-days: 30

- name: Send to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
files: ./results.json
flags: "e2ecoverage"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
retention-days: 30

- name: Send to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
files: ./results.json
flags: "e2ecoverage"
Expand Down

0 comments on commit d0ec4e4

Please sign in to comment.