fgrosse / go-coverage-report

A CLI tool and GitHub Action to post Go code coverage reports as comment to your pull requests.
BSD 3-Clause "New" or "Revised" License
59 stars 11 forks source link

Update README: Include information on required upload-artifact version #24

Closed peter-crist closed 4 months ago

peter-crist commented 4 months ago

Add information noting that you must use upload-artifact@v4 for the subsequent gh run download calls to work. Utilizing my repo's current upload which used v3 was unsuccessful.

fgrosse commented 4 months ago

Hey, I updated the wording just slightly but I think this is a good hint for anybody using this action. Thank you very much for the contribution!