Skip to content

Commit

Permalink
Try to downgrade codecov-action from 5 to 3 to fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun authored Nov 24, 2024
1 parent 9069733 commit 7126965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/groovy-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: ./gradlew -Pcoverage=true jacocoAllReport
timeout-minutes: 60
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v3

0 comments on commit 7126965

Please sign in to comment.