cpp-test-action
cpp-test-action copied to clipboard
A GitHub Actions action for testing C/C++ projects
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 4. Release notes Sourced from geekyeggo/delete-artifact's releases. v4.0.0 Support for actions/upload-artifact@v4 Add support for artifacts uploaded with actions/upload-artifact@v4. Add requirement of token with read and...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
### Describe the request As pointed out by @tttapa over [here](https://github.com/arduino/ArduinoCore-API/pull/193#issuecomment-1666995795) we can not enable address sanitizers since `valgrind` in `CMakeLists.txt` would refuse to run it. Consequently it would be...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 5. Release notes Sourced from geekyeggo/delete-artifact's releases. v5.0.0 Switch to @actions/artifact, removing the need for a token parameter (Sebastian Weigand) #24 v4.1.0 Add default token....