Skip to content

Commit

Permalink
Merge pull request #1471 from datafaker-net/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5.1.2
  • Loading branch information
kingthorin authored Dec 18, 2024
2 parents 8e488a1 + 8758ef4 commit 97056fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build with Maven
run: ./mvnw $mvn_options install -PnoGpg --file pom.xml
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
if: ${{ matrix.java-version == env.jdk_for_downstream && matrix.runs-on == env.os_for_downstream}}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 97056fd

Please sign in to comment.