Skip to content

Commit

Permalink
Merge pull request #1487 from datafaker-net/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5.3.1
  • Loading branch information
kingthorin authored Jan 24, 2025
2 parents a24be7b + 3d8b47b commit ebac66a
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].0
uses: codecov/[email protected].1
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 ebac66a

Please sign in to comment.