Skip to content

Commit

Permalink
Merge pull request #485 from gotd/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-4.0.0

chore(deps): bump codecov/codecov-action from 3.1.6 to 4.0.0
  • Loading branch information
ernado authored Feb 1, 2024
2 parents 7e246cf + 209bd17 commit 01a4d1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
with:
file: profile.out

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

- name: Send coverage
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
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/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
with:
file: profile.out

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

- name: Send coverage
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
with:
file: profile.out

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

- name: Send coverage
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
with:
file: profile.out

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

- name: Send coverage
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
with:
file: profile.out

0 comments on commit 01a4d1a

Please sign in to comment.