@@ -392,12 +392,12 @@ jobs:
392392 repository : JSBSim-Team/jsbsim-logo
393393 path : jsbsim-logo
394394 - name : Download binary file for JSBSim.iss
395- uses : actions/download-artifact@v7
395+ uses : actions/download-artifact@v8
396396 with :
397397 name : Matlab-SFunction-Windows.binaries
398398 path : build
399399 - name : Download JSBSim library and executable
400- uses : actions/download-artifact@v7
400+ uses : actions/download-artifact@v8
401401 with :
402402 name : Windows.binaries
403403 - name : Update the version of JSBSim in matlab/README.md
@@ -557,7 +557,7 @@ jobs:
557557 - name : Install Python packages
558558 run : pip install -U cython 'numpy>=1.20' mypy
559559 - name : Download source package
560- uses : actions/download-artifact@v7
560+ uses : actions/download-artifact@v8
561561 with :
562562 name : macOS.binaries
563563 - name : Build Python module from sources (Linux & MacOSX)
@@ -620,7 +620,7 @@ jobs:
620620 perl -i -pe 's/^(GENERATE_HTML\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
621621 perl -i -pe 's/^(HAVE_DOT\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
622622 - name : Download source package
623- uses : actions/download-artifact@v7
623+ uses : actions/download-artifact@v8
624624 with :
625625 name : macOS.binaries
626626 - name : Configure JSBSim (BSD/Unix)
@@ -728,7 +728,7 @@ jobs:
728728 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
729729 steps :
730730 - name : Download files
731- uses : actions/download-artifact@v7
731+ uses : actions/download-artifact@v8
732732 - name : Prepare files
733733 run : |
734734 mkdir dist
@@ -762,7 +762,7 @@ jobs:
762762 id-token : write # Mandatory for PyPI trusted publishing
763763 steps :
764764 - name : Download files
765- uses : actions/download-artifact@v7
765+ uses : actions/download-artifact@v8
766766 - name : Prepare files for deployment
767767 run : |
768768 find . -type f -name MSVC_version.txt -exec cp {} . \;
@@ -902,7 +902,7 @@ jobs:
902902 mkdir build && cd build
903903 cmake ..
904904 - name : Download Python wheels
905- uses : actions/download-artifact@v7
905+ uses : actions/download-artifact@v8
906906 with :
907907 name : ubuntu-latest-Wheels.binaries
908908 path : build
0 commit comments