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

Bump codecov/codecov-action from 4 to 5 in the gha-dependencies group #195

Merged
Merged
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
18 changes: 9 additions & 9 deletions .github/workflows/gfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: make unittest

- name: Codecov upload unit tests
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{env.CODECOV_NAME}}
flags: unittests
Expand All @@ -107,7 +107,7 @@ jobs:
run: make e2etest

- name: Codecov upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: true
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
run: make e2etest

- name: Codecov upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: tcpb
fail_ci_if_error: true
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
run: make unittest

- name: Codecov upload unit tests
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{env.CODECOV_NAME}}
flags: unittests
Expand All @@ -287,7 +287,7 @@ jobs:
run: make e2etest

- name: Codecov upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: true
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
- name: test ABIN
run: make test
- name: Codecov upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: true
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
- name: test ABIN
run: make test
- name: Codecov upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: true
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
run: make unittest

- name: Codecov upload unit tests
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{env.CODECOV_NAME}}
flags: unittests
Expand All @@ -466,7 +466,7 @@ jobs:
run: make e2etest

- name: Codecov upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: true
Loading