Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 3.1.5 to 4.0.1 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 5cdaebf commit 990fd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -36,4 +36,4 @@ jobs:
TEST_LANGS: en

- name: Upload Coverage Report
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -46,4 +46,4 @@ jobs:

- name: Upload Coverage Report
if: github.event_name == 'pull_request'
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1

0 comments on commit 990fd54

Please sign in to comment.