Skip to content

Commit 0e3acca

Browse files
authored
Merge pull request #44 from markdown-asciidoc/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 9286846 + 62d7462 commit 0e3acca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Upload coverage reports to Codecov
25-
uses: codecov/codecov-action@v3
25+
uses: codecov/codecov-action@v4
2626
env:
2727
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2828
- name: Set up Java for publishing to Maven Central Repository

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Build with Maven
2121
run: mvn --batch-mode verify -Pcoverage
2222
- name: Upload coverage reports to Codecov
23-
uses: codecov/codecov-action@v3
23+
uses: codecov/codecov-action@v4
2424
env:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)