@@ -238,7 +238,7 @@ jobs:
238238 run : cp target/*.jar $GITHUB_WORKSPACE/$TEMP_DIR/
239239
240240 - name : Upload java build artifact
241- uses : actions/upload-artifact@v6
241+ uses : actions/upload-artifact@v7
242242 with :
243243 name : java-build-${{ github.run_id }}
244244 path : ${{ github.workspace }}/${{ env.TEMP_DIR }}
@@ -342,7 +342,7 @@ jobs:
342342
343343 - name : Upload js build artifact (${{ matrix.toolkit.target }})
344344 if : ${{ matrix.toolkit.upload == true }}
345- uses : actions/upload-artifact@v6
345+ uses : actions/upload-artifact@v7
346346 with :
347347 name : ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }}
348348 path : ${{ github.workspace }}/${{ env.TEMP_DIR }}/${{ matrix.toolkit.filepath }}
@@ -370,7 +370,7 @@ jobs:
370370 run : cp data/*.css $GITHUB_WORKSPACE/$TEMP_DIR/data/
371371
372372 - name : Upload font data artifact
373- uses : actions/upload-artifact@v6
373+ uses : actions/upload-artifact@v7
374374 with :
375375 name : ${{ env.FONTS }}-${{ github.run_id }}
376376 path : ${{ github.workspace }}/${{ env.TEMP_DIR }}
@@ -435,7 +435,7 @@ jobs:
435435 path : ${{ env.GH_PAGES_DIR }}
436436
437437 - name : Download TOOLKIT_BUILD artifacts
438- uses : actions/download-artifact@v7 .0.0
438+ uses : actions/download-artifact@v8 .0.0
439439 with :
440440 name : ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }}
441441 path : artifacts/${{ env.TOOLKIT_BUILD }}
@@ -445,7 +445,7 @@ jobs:
445445 cp -r artifacts/$TOOLKIT_BUILD/* $GH_PAGES_DIR/javascript/develop/
446446
447447 - name : Download FONTS artifacts
448- uses : actions/download-artifact@v7 .0.0
448+ uses : actions/download-artifact@v8 .0.0
449449 with :
450450 name : ${{ env.FONTS }}-${{ github.run_id }}
451451 path : artifacts/${{ env.FONTS }}
@@ -535,7 +535,7 @@ jobs:
535535 run : (cat verovio.conf ; echo "OUTPUT_DIRECTORY = $GITHUB_WORKSPACE/$DOXYGEN_DIR") | doxygen -
536536
537537 - name : Upload doxygen build artifact
538- uses : actions/upload-artifact@v6
538+ uses : actions/upload-artifact@v7
539539 with :
540540 name : ${{ env.DOC_BUILD }}-${{ github.run_id }}
541541 path : ${{ github.workspace }}/${{ env.DOXYGEN_DIR }}
@@ -565,7 +565,7 @@ jobs:
565565 path : ${{ env.DOXYGEN_DIR }}
566566
567567 - name : Download DOC_BUILD artifacts
568- uses : actions/download-artifact@v7 .0.0
568+ uses : actions/download-artifact@v8 .0.0
569569 with :
570570 name : ${{ env.DOC_BUILD }}-${{ github.run_id }}
571571 path : artifacts/${{ env.DOC_BUILD }}
0 commit comments