Skip to content

Commit e4bfbc5

Browse files
Bump actions/download-artifact from 4 to 5 (#1319)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58971a9 commit e4bfbc5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cpp-python-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,12 @@ jobs:
382382
repository: JSBSim-Team/jsbsim-logo
383383
path: jsbsim-logo
384384
- name: Download binary file for JSBSim.iss
385-
uses: actions/download-artifact@v4
385+
uses: actions/download-artifact@v5
386386
with:
387387
name: Matlab-SFunction-Windows.binaries
388388
path: build
389389
- name: Download JSBSim library and executable
390-
uses: actions/download-artifact@v4
390+
uses: actions/download-artifact@v5
391391
with:
392392
name: Windows.binaries
393393
- name: Update the version of JSBSim in matlab/README.md
@@ -556,7 +556,7 @@ jobs:
556556
- name: Install Python packages
557557
run: pip install -U cython 'numpy>=1.20' mypy
558558
- name: Download source package
559-
uses: actions/download-artifact@v4
559+
uses: actions/download-artifact@v5
560560
with:
561561
name: macOS.binaries
562562
- name: Build Python module from sources (Linux & MacOSX)
@@ -619,7 +619,7 @@ jobs:
619619
perl -i -pe 's/^(GENERATE_HTML\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
620620
perl -i -pe 's/^(HAVE_DOT\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
621621
- name: Download source package
622-
uses: actions/download-artifact@v4
622+
uses: actions/download-artifact@v5
623623
with:
624624
name: macOS.binaries
625625
- name: Configure JSBSim (BSD/Unix)
@@ -727,7 +727,7 @@ jobs:
727727
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
728728
steps:
729729
- name: Download files
730-
uses: actions/download-artifact@v4
730+
uses: actions/download-artifact@v5
731731
- name: Prepare files
732732
run: |
733733
mkdir dist
@@ -761,7 +761,7 @@ jobs:
761761
id-token: write # Mandatory for PyPI trusted publishing
762762
steps:
763763
- name: Download files
764-
uses: actions/download-artifact@v4
764+
uses: actions/download-artifact@v5
765765
- name: Prepare files for deployment
766766
run: |
767767
find . -type f -name MSVC_version.txt -exec cp {} . \;
@@ -901,7 +901,7 @@ jobs:
901901
mkdir build && cd build
902902
cmake ..
903903
- name: Download Python wheels
904-
uses: actions/download-artifact@v4
904+
uses: actions/download-artifact@v5
905905
with:
906906
name: ubuntu-latest-Wheels.binaries
907907
path: build

0 commit comments

Comments
 (0)