Skip to content

Commit 0ce2918

Browse files
Bump actions/download-artifact from 5 to 6 (#1352)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 528eb6c commit 0ce2918

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
@@ -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@v5
395+
uses: actions/download-artifact@v6
396396
with:
397397
name: Matlab-SFunction-Windows.binaries
398398
path: build
399399
- name: Download JSBSim library and executable
400-
uses: actions/download-artifact@v5
400+
uses: actions/download-artifact@v6
401401
with:
402402
name: Windows.binaries
403403
- name: Update the version of JSBSim in matlab/README.md
@@ -566,7 +566,7 @@ jobs:
566566
- name: Install Python packages
567567
run: pip install -U cython 'numpy>=1.20' mypy
568568
- name: Download source package
569-
uses: actions/download-artifact@v5
569+
uses: actions/download-artifact@v6
570570
with:
571571
name: macOS.binaries
572572
- name: Build Python module from sources (Linux & MacOSX)
@@ -629,7 +629,7 @@ jobs:
629629
perl -i -pe 's/^(GENERATE_HTML\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
630630
perl -i -pe 's/^(HAVE_DOT\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
631631
- name: Download source package
632-
uses: actions/download-artifact@v5
632+
uses: actions/download-artifact@v6
633633
with:
634634
name: macOS.binaries
635635
- name: Configure JSBSim (BSD/Unix)
@@ -737,7 +737,7 @@ jobs:
737737
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
738738
steps:
739739
- name: Download files
740-
uses: actions/download-artifact@v5
740+
uses: actions/download-artifact@v6
741741
- name: Prepare files
742742
run: |
743743
mkdir dist
@@ -771,7 +771,7 @@ jobs:
771771
id-token: write # Mandatory for PyPI trusted publishing
772772
steps:
773773
- name: Download files
774-
uses: actions/download-artifact@v5
774+
uses: actions/download-artifact@v6
775775
- name: Prepare files for deployment
776776
run: |
777777
find . -type f -name MSVC_version.txt -exec cp {} . \;
@@ -911,7 +911,7 @@ jobs:
911911
mkdir build && cd build
912912
cmake ..
913913
- name: Download Python wheels
914-
uses: actions/download-artifact@v5
914+
uses: actions/download-artifact@v6
915915
with:
916916
name: ubuntu-latest-Wheels.binaries
917917
path: build

0 commit comments

Comments
 (0)