Skip to content

Commit 75f7499

Browse files
Update codecov/codecov-action action to v5
1 parent 59354b9 commit 75f7499

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,4 +66,4 @@ 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

.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
@@ -76,4 +76,4 @@ jobs:
7676
mvn-args: ${{ inputs.mvn-args }}
7777

7878
- name: Upload code coverage
79-
uses: codecov/codecov-action@v4
79+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)