Skip to content

Commit a22b70c

Browse files
authored
Merge pull request hub4j#1430 from hub4j/dependabot/github_actions/codecov/codecov-action-3.0.0
Chore(deps): Bump codecov/codecov-action from 2.1.0 to 3.0.0
2 parents 3a03ae6 + cac193f commit a22b70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Maven Install with Code Coverage
7272
run: mvn -B clean install -D enable-ci -Djapicmp.skip --file pom.xml
7373
- name: Codecov Report
74-
uses: codecov/codecov-action@v2.1.0
74+
uses: codecov/codecov-action@v3.0.0
7575
test:
7676
name: test (${{ matrix.os }}, Java ${{ matrix.java }})
7777
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)