Skip to content

Commit 052ebb7

Browse files
authored
Merge pull request #123 from insideapp-oss/dependabot/github_actions/develop/codecov/codecov-action-3.1.0
Bump codecov/codecov-action from 2.1.0 to 3.1.0
2 parents db6e89f + d6eae7c commit 052ebb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- name: Upload coverage to Codecov
28-
uses: codecov/codecov-action@v2.1.0
28+
uses: codecov/codecov-action@v3.1.0
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }} #required
3131
- id: get-version

0 commit comments

Comments
 (0)