PavanMudigonda / jacoco-reporter

GitHub Action to Publish JaCoCo Format Code Coverage XML and attach it to the Workflow Run as a Check Run. Also can enforce Coverage Quality Gate.
https://linkedin.com/in/PavanMudigonda
MIT License
63 stars 7 forks source link

Previous Bump of Node 16 to 20 not working #62

Closed Ponnia-M closed 4 months ago

Ponnia-M commented 4 months ago

Error message in our github action workflow run: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: PavanMudigonda/jacoco-reporter@v4.9

gustavotiengo commented 4 months ago

@Ponnia-M I believe next release will cover the node update requirement. @PavanMudigonda already upgraded node version with this commit: https://github.com/PavanMudigonda/jacoco-reporter/commit/4fc6bf270fe893e8dda5467e432253a6961345b8

Ponnia-M commented 4 months ago

Thanks for the update, but this error still persist after I updated my workflow with PavanMudigonda/jacoco-reporter@v4.9. Will be on the look out for this update.

PavanMudigondaTR commented 4 months ago

@Ponnia-M Hi, i will make new release tomorrow with node20. thanks !

Ponnia-M commented 4 months ago

Hey just following up about the progress on this release

gustavotiengo commented 4 months ago

@Ponnia-M It's already available! You just need to replace 4.9 with 5.0 in your Actions workflow

Thank you @PavanMudigondaTR Keep doing this amazing job =)

PavanMudigonda commented 4 months ago

Thank you @gustavotiengo @Ponnia-M

v5.0 should fix this deprecation prompt. Let me know if it doesn't work