Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#1006)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2024
1 parent af7910e commit 67a45a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,12 @@ jobs:
repository: JSBSim-Team/jsbsim-logo
path: jsbsim-logo
- name: Download binary file for JSBSim.iss
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Matlab-SFunction-Windows.binaries
path: build
- name: Download JSBSim library and executable
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Windows.binaries
- name: Update the version of JSBSim in matlab/README.md
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
- name: Install Python packages
run: pip install -U cython 'numpy>=1.20' mypy
- name: Download source package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: macOS.binaries
- name: Build Python module from sources (Linux & MacOSX)
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
perl -i -pe 's/^(GENERATE_HTML\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
perl -i -pe 's/^(HAVE_DOT\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
- name: Download source package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: macOS.binaries
- name: Configure JSBSim (BSD/Unix)
Expand Down Expand Up @@ -747,7 +747,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Download files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Prepare files
run: |
mkdir dist
Expand Down Expand Up @@ -781,7 +781,7 @@ jobs:
id-token: write # Mandatory for PyPI trusted publishing
steps:
- name: Download files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Prepare files for deployment
run: |
find . -type f -name MSVC_version.txt -exec cp {} . \;
Expand Down Expand Up @@ -913,7 +913,7 @@ jobs:
mkdir build && cd build
cmake ..
- name: Download Python wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ubuntu-latest-Wheels.binaries
path: build
Expand Down

0 comments on commit 67a45a6

Please sign in to comment.