Skip to content

Commit e675acc

Browse files
authored
chore: Update action version in README.md (#100)
1 parent e51c7c0 commit e675acc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ Steps:
110110
4. It generates code coverage data in lcov format through `grcov` saved as `lcov.info`.
111111

112112
3. Upload test results.
113-
It uploads the test result (`results.xml`) through [EnricoMi/publish-unit-test-result-action@v1](https://github.com/EnricoMi/publish-unit-test-result-action).
113+
It uploads the test result (`results.xml`) through [EnricoMi/publish-unit-test-result-action@v2](https://github.com/EnricoMi/publish-unit-test-result-action).
114114
- The action outputs the test result (**Test Results** added to a random workflow).
115115
- For pull requests, the action adds a comment containing the test results.
116116

117117
4. Upload to CodeCov.
118-
It uploads the code coverage result (`lcov.info`) to CodeCov through [codecov/codecov-action@v1](https://github.com/codecov/codecov-action).
118+
It uploads the code coverage result (`lcov.info`) to CodeCov through [codecov/codecov-action@v5](https://github.com/codecov/codecov-action).
119119
- For pull requests, the actions adds a comment containing the code coverage report.
120120
- For private repositories, add your token from CodeCov repository setting on GitHub Secrets and uncomment the line: `token: ${{ secrets.CODECOV_TOKEN }}`.
121121

0 commit comments

Comments
 (0)