Skip to content

Commit

Permalink
Merge pull request #1697 from buildtesters/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
shahzebsiddiqui authored Apr 22, 2024
2 parents 140aabd + 1ae3b00 commit 4687acb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nightly_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
timeout-minutes: 30

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Check failure on line 52 in .github/workflows/nightly_regression.yml

View workflow job for this annotation

GitHub Actions / style_checks

52:52 [new-line-at-end-of-file] no new line character at the end of file
4 changes: 3 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
timeout-minutes: 30

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4687acb

Please sign in to comment.