|
|
|
@ -65,10 +65,10 @@ jobs:
|
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
|
|
|
|
##################################################################################################################
|
|
|
|
|
# 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:
|
|
|
|
|
name: srs-cache
|
|
|
|
|
- uses: geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af # v2.0.0
|
|
|
|
|
- uses: geekyeggo/delete-artifact@v4
|
|
|
|
|
with:
|
|
|
|
|
name: srs-cache
|
|
|
|
|
##################################################################################################################
|
|
|
|
|