File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7676 steps :
7777 - uses : actions/checkout@v4
7878
79- - uses : actions/download-artifact@v3
79+ - uses : actions/download-artifact@v4
8080 with :
8181 name : legacy-script-engine-${{ matrix.backend }}-windows-x64-${{ github.sha }}
8282 path : release/
9595 chmod 400 ~/.ssh/id_rsa
9696 git config --global user.name "Actions"
9797 git config --global user.email "shrbox@liteldev.com"
98+ rm release/legacy-script-engine-${{ matrix.backend }}/*.pdb
9899 git clone git@gitea.litebds.com:LiteLDev/legacy-script-engine-${{ matrix.backend }}.git
99100 cd legacy-script-engine-${{ matrix.backend }}
100101 rm -rf legacy-script-engine-${{ matrix.backend }}
@@ -124,7 +125,7 @@ jobs:
124125 steps :
125126 - uses : actions/checkout@v4
126127
127- - uses : actions/download-artifact@v3
128+ - uses : actions/download-artifact@v4
128129 with :
129130 name : legacy-script-engine-${{ matrix.backend }}-windows-x64-${{ github.sha }}
130131 path : release/
You can’t perform that action at this time.
0 commit comments