Skip to content

Commit 8b419ab

Browse files
Merge pull request #2438 from VWS-Python/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 48f2565 + 27484da commit 8b419ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
echo ${{ github.event_name }}
190190
191191
- name: Upload coverage to Codecov
192-
uses: codecov/codecov-action@v4
192+
uses: codecov/codecov-action@v5
193193
with:
194194
fail_ci_if_error: true
195195
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/skip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo ${{ github.event_name }}
7878
7979
- name: Upload coverage to Codecov
80-
uses: codecov/codecov-action@v4
80+
uses: codecov/codecov-action@v5
8181
with:
8282
fail_ci_if_error: true
8383
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo ${{ github.event_name }}
6767
6868
- name: Upload coverage to Codecov
69-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7070
with:
7171
fail_ci_if_error: true
7272
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

0 commit comments

Comments
 (0)