- Add default token.
- Fix over-arching
catch
output; errors now correctly result in a failed run (@TheMrMilchmann ).
- Add support for artifacts uploaded with
actions/upload-artifact@v4
. - Add requirement of
token
with read and write access to actions. - Update requests to use GitHub REST API.
- Deprecate support for
actions/upload-artifact@v1
,actions/upload-artifact@v2
, andactions/upload-artifact@v3
(please usegeekyeggo/delete-artifact@v2
).
- Add support for glob pattern matching via
useGlob
.
- Initial release.