Skip to content

Commit 5c82218

Browse files
Bump codecov/codecov-action from 4 to 5 in the github-actions group (#653)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f18df8f commit 5c82218

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: tox -e test -- -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml -n auto
6363

6464
- name: Upload unit test coverage reports to Codecov with GitHub Action
65-
uses: codecov/codecov-action@v4
65+
uses: codecov/codecov-action@v5
6666
with:
6767
flags: unit
6868

@@ -71,7 +71,7 @@ jobs:
7171
run: tox -e test -- -m integration --cov=src --cov=tests --cov-report=xml -n auto
7272

7373
- name: Upload integration test coverage reports to Codecov with GitHub Action
74-
uses: codecov/codecov-action@v4
74+
uses: codecov/codecov-action@v5
7575
with:
7676
flags: integration
7777

@@ -80,6 +80,6 @@ jobs:
8080
run: tox -e test -- -m end_to_end --cov=src --cov=tests --cov-report=xml -n auto
8181

8282
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
83-
uses: codecov/codecov-action@v4
83+
uses: codecov/codecov-action@v5
8484
with:
8585
flags: end_to_end

0 commit comments

Comments
 (0)