Skip to content

Commit

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

Build(deps): Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
mergify[bot] authored Jun 17, 2024
2 parents 26729f0 + 7497cbe commit fa9f0ce
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.4.1
uses: codecov/codecov-action@v4.5.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.4.1
uses: codecov/codecov-action@v4.5.0
with:
files: ./results.json
flags: "e2ecoverage"
Expand Down

0 comments on commit fa9f0ce

Please sign in to comment.