- 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
).