Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix some github actions warnings (argoproj#2375)
* bump codecov/codecov-action: v2 to v3 The codecov/codecov-action api didn't change with v3. Node.js version was updated from 12 to 16, fixing deprecation warning. See: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Signed-off-by: Thomas Riccardi <[email protected]> * explain why we can't use native actions/download-artifact: we get artifacts from another workflow Signed-off-by: Thomas Riccardi <[email protected]> * fix publish test result warning since v2 of EnricoMi/publish-unit-test-result-action: warning: Option FILES is deprecated, please use JUNIT_FILES instead! all files are junit format, and are all named junit.xml Signed-off-by: Thomas Riccardi <[email protected]> Signed-off-by: Thomas Riccardi <[email protected]>
- Loading branch information