File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,21 +140,21 @@ jobs:
140140 id : photos-cache
141141 with :
142142 path : data/admin/files/
143- key : https://cloud.marcelklehr.de /s/PkNYbmKnwMiQMFD /download/IMDb-Face.zip
143+ key : https://cloud.nextcloud.com /s/4JqQdPy3dicQRPr /download/IMDb-Face.zip
144144
145145 - name : Upload photos
146146 if : steps.photos-cache.outputs.cache-hit != 'true'
147147 run : |
148148 mkdir -p data/admin/files/
149149 cd data/admin/files
150- wget https://cloud.marcelklehr.de /s/PkNYbmKnwMiQMFD /download/IMDb-Face.zip
150+ wget https://cloud.nextcloud.com /s/4JqQdPy3dicQRPr /download/IMDb-Face.zip
151151 unzip IMDb-Face.zip
152152 rm IMDb-Face.zip
153153
154154 - uses : actions/cache/save@v3
155155 with :
156156 path : data/admin/files/
157- key : https://cloud.marcelklehr.de /s/PkNYbmKnwMiQMFD /download/IMDb-Face.zip
157+ key : https://cloud.nextcloud.com /s/4JqQdPy3dicQRPr /download/IMDb-Face.zip
158158
159159 - name : Set config
160160 run : |
@@ -259,7 +259,7 @@ jobs:
259259 - name : Download IMDb-Face.csv
260260 working-directory : apps/${{ env.APP_NAME }}/tests/res
261261 run : |
262- wget https://cloud.marcelklehr.de /s/ZKe7MY7gZRRxBPq /download/IMDb-Face-csv.zip
262+ wget https://cloud.nextcloud.com /s/4JqQdPy3dicQRPr /download/IMDb-Face-csv.zip
263263 unzip IMDb-Face-csv.zip
264264 rm IMDb-Face-csv.zip
265265
You can’t perform that action at this time.
0 commit comments