mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Update test.yml
This commit is contained in:
parent
6eff6b8c89
commit
c2d961277f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -65,10 +65,10 @@ jobs:
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||||
##################################################################################################################
|
##################################################################################################################
|
||||||
# Note that we must download artifact after checkout code, because it will change the files in workspace.
|
# Note that we must download artifact after checkout code, because it will change the files in workspace.
|
||||||
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: srs-cache
|
name: srs-cache
|
||||||
- uses: geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af # v2.0.0
|
- uses: geekyeggo/delete-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: srs-cache
|
name: srs-cache
|
||||||
##################################################################################################################
|
##################################################################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue