Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 #502

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
retention-days: 1

- name: Send coverage
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
file: profile.out

Expand All @@ -68,6 +68,6 @@ jobs:
name: coverage

- name: Send coverage
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
file: profile.out
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: make e2e_vault_test

- name: Send coverage
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
file: profile.out

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run: make e2e_redis_test

- name: Send coverage
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
file: profile.out

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: make e2e_s3_test

- name: Send coverage
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
file: profile.out

Expand Down Expand Up @@ -170,6 +170,6 @@ jobs:
run: make e2e_tg_io_test

- name: Send coverage
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
file: profile.out
Loading