Skip to content

Commit

Permalink
Merge pull request frappe#28505 from frappe/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
akhilnarang authored Nov 19, 2024
2 parents 455edcb + 2d7b636 commit d9a1bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
uses: actions/[email protected]

- name: Upload coverage data
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: Server
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
uses: actions/[email protected]

- name: Upload python coverage data
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: UIBackend
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -225,7 +225,7 @@ jobs:
flags: server-ui

- name: Upload JS coverage data
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: Cypress
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d9a1bd5

Please sign in to comment.