Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4 to 5 (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu authored Dec 3, 2024
2 parents ee177eb + 1fb22b1 commit 3beea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: mvn compile
- run: mvn package -P Jspc
- run: mvn test
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3beea4b

Please sign in to comment.