Skip to content

Commit 1334652

Browse files
authored
Merge pull request #138 from insideapp-oss/dependabot/github_actions/develop/codecov/codecov-action-3.1.1
Bump codecov/codecov-action from 3.1.0 to 3.1.1
2 parents 052ebb7 + bac1acb commit 1334652

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/[email protected].0
28+
uses: codecov/[email protected].1
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }} #required
3131
- id: get-version

0 commit comments

Comments
 (0)