Skip to content

Commit

Permalink
Replace curl github action with CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Aug 23, 2024
1 parent 0199381 commit 4c312e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
run: ./gradlew jacocoLocalDebugUnitTestReport

- name: Setup codecov
uses: enflo/curl-action@master
with:
curl: https://uploader.codecov.io/latest/linux/codecov
run: curl -Os https://uploader.codecov.io/latest/linux/codecov

- name: Grant execute permission for codecov
run: chmod +x codecov
Expand Down

0 comments on commit 4c312e0

Please sign in to comment.