Skip to content

Commit

Permalink
Merge pull request #338 from akkinoc/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5.0.7
  • Loading branch information
akkinoc authored Nov 21, 2024
2 parents e04c21f + 21957bb commit d450e66
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 @@ -28,6 +28,6 @@ jobs:
run: mvn -B -Dyaml-resource-bundle.version=${{ env.PROJECT_VERSION }} clean install
working-directory: examples/simple-kotlin
- name: Upload the coverage report to Codecov
uses: codecov/[email protected].4
uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d450e66

Please sign in to comment.