Skip to content

Commit 3bb2765

Browse files
Update codecov/codecov-action action to v5
1 parent 2a33f90 commit 3bb2765

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/maven-library-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
clean verify ${{ inputs.mvn-args }}
6767
6868
- name: Upload code coverage
69-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7070

.github/workflows/maven-library-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
run: mvn --batch-mode clean verify
7676

7777
- name: Upload code coverage
78-
uses: codecov/codecov-action@v4
78+
uses: codecov/codecov-action@v5

.github/workflows/maven-service-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
mvn-args: ${{ inputs.mvn-args }}
5353

5454
- name: Upload code coverage
55-
uses: codecov/codecov-action@v4
55+
uses: codecov/codecov-action@v5
5656

5757
scan:
5858
name: Scan with Trivy

.github/workflows/maven-service-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
mvn-args: ${{ inputs.mvn-args }}
7676

7777
- name: Upload code coverage
78-
uses: codecov/codecov-action@v4
78+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)