Browse Source

Bump codecov/codecov-action from 1 to 3 (#908)

pull/890/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
f39ae8e67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -28,6 +28,6 @@ jobs:
cache: 'maven' cache: 'maven'
- name: Build with Maven - name: Build with Maven
run: ./mvnw clean install -B -U -P sonar run: ./mvnw clean install -B -U -P sonar
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v3
with: with:
fail_ci_if_error: true fail_ci_if_error: true

Loading…
Cancel
Save