@@ -226,7 +226,7 @@ jobs:
226226 # WARNING: In your CI/CD pipeline, you should remove the following steps #
227227 # ------------------------------------------------------------------------#
228228 - name : Download gubbins-web
229- uses : actions/download-artifact@v7
229+ uses : actions/download-artifact@v8
230230 with :
231231 name : gubbins-web
232232 path : /tmp/gubbins-web
@@ -259,7 +259,7 @@ jobs:
259259 # WARNING: In your CI/CD pipeline, you should remove the following steps #
260260 # ------------------------------------------------------------------------#
261261 - name : Download gubbins
262- uses : actions/download-artifact@v7
262+ uses : actions/download-artifact@v8
263263 with :
264264 name : gubbins
265265 path : /tmp/gubbins
@@ -274,7 +274,7 @@ jobs:
274274 git clone https://github.com/DIRACGrid/diracx.git
275275
276276 - name : Download gubbins:services image
277- uses : actions/download-artifact@v7
277+ uses : actions/download-artifact@v8
278278 with :
279279 name : gubbins-services-img
280280 path : /tmp/
@@ -283,7 +283,7 @@ jobs:
283283 run : docker load --input /tmp/gubbins_services_image.tar
284284
285285 - name : Download gubbins-web
286- uses : actions/download-artifact@v7
286+ uses : actions/download-artifact@v8
287287 with :
288288 name : gubbins-web
289289 path : /tmp/gubbins-web
0 commit comments