- Mark deprecated token parameter as optional.
- Bump undici dependency.
- Switch to @actions/artifact, removing the need for a
token
parameter (Sebastian Weigand) #24
- Add default token.
- Fix over-arching
catch
output; errors now correctly result in a failed run (Leon Linhart) #18
- 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.