mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
update geekyeggo/delete-artifact to 5.0.0. v5.0.221 v6.0.163 v7.0.25 (#4302)
> https://github.com/marketplace/actions/delete-artifact?version=v5.0.0#-compatibility The current version of `actions/upload-artifact` is `v4`, and the corresponding version for `delete-artifact` should be `v5`. --------- `TRANS_BY_GPT4` --------- Co-authored-by: chundonglinlin <chundonglinlin@163.com> Co-authored-by: winlin <winlinvip@gmail.com> --------- Co-authored-by: john <hondaxiao@tencent.com>
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -68,7 +68,8 @@ jobs:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: srs-cache
|
||||
- uses: geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af # v2.0.0
|
||||
# https://github.com/marketplace/actions/delete-artifact?version=v5.0.0#-compatibility
|
||||
- uses: geekyeggo/delete-artifact@v5.0.0
|
||||
with:
|
||||
name: srs-cache
|
||||
##################################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user