mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
github: move to actions/upload-artifact@v4
v3 is being deprecated, and this one claims to have advantages including the keyword "faster"
This commit is contained in:
parent
ecec9c47b1
commit
72016df914
2
.github/workflows/cygwin_build.yml
vendored
2
.github/workflows/cygwin_build.yml
vendored
@ -215,7 +215,7 @@ jobs:
|
||||
fail: true
|
||||
|
||||
- name: Archive build
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: binaries
|
||||
path: artifacts
|
||||
|
2
.github/workflows/esp32_build.yml
vendored
2
.github/workflows/esp32_build.yml
vendored
@ -256,7 +256,7 @@ jobs:
|
||||
ls bootloader* partition* Ardu*.elf Ardu*.bin >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: esp32-binaries -${{matrix.config}}
|
||||
path: |
|
||||
|
2
.github/workflows/qurt_build.yml
vendored
2
.github/workflows/qurt_build.yml
vendored
@ -159,7 +159,7 @@ jobs:
|
||||
cp -a build/QURT/bin/ardurover build/QURT/ArduPilot_Rover.so
|
||||
|
||||
- name: Archive build
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: qurt-binaries
|
||||
path: |
|
||||
|
2
.github/workflows/test_dds.yml
vendored
2
.github/workflows/test_dds.yml
vendored
@ -179,7 +179,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{matrix.config}}
|
||||
|
2
.github/workflows/test_replay.yml
vendored
2
.github/workflows/test_replay.yml
vendored
@ -192,7 +192,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{ matrix.toolchain }}-${{matrix.config}}
|
||||
|
2
.github/workflows/test_scripting.yml
vendored
2
.github/workflows/test_scripting.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
python ./libraries/AP_Scripting/tests/docs_check.py "./libraries/AP_Scripting/docs/docs.lua" "./libraries/AP_Scripting/docs/current_docs.lua"
|
||||
|
||||
- name: Upload docs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Docs
|
||||
path: ScriptingDocs.md
|
||||
|
4
.github/workflows/test_sitl_blimp.yml
vendored
4
.github/workflows/test_sitl_blimp.yml
vendored
@ -247,7 +247,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{matrix.config}}
|
||||
@ -261,7 +261,7 @@ jobs:
|
||||
retention-days: 14
|
||||
|
||||
- name: Archive .bin artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BIN-${{matrix.config}}
|
||||
path: /__w/ardupilot/ardupilot/logs
|
||||
|
8
.github/workflows/test_sitl_copter.yml
vendored
8
.github/workflows/test_sitl_copter.yml
vendored
@ -251,7 +251,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{matrix.config}}
|
||||
@ -265,7 +265,7 @@ jobs:
|
||||
retention-days: 14
|
||||
|
||||
- name: Archive .bin artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BIN-${{matrix.config}}
|
||||
path: /__w/ardupilot/ardupilot/logs
|
||||
@ -347,7 +347,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{matrix.config}}
|
||||
@ -361,7 +361,7 @@ jobs:
|
||||
retention-days: 14
|
||||
|
||||
- name: Archive .bin artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BIN-${{matrix.config}}
|
||||
path: /__w/ardupilot/ardupilot/logs
|
||||
|
4
.github/workflows/test_sitl_plane.yml
vendored
4
.github/workflows/test_sitl_plane.yml
vendored
@ -247,7 +247,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{matrix.config}}
|
||||
@ -261,7 +261,7 @@ jobs:
|
||||
retention-days: 14
|
||||
|
||||
- name: Archive .bin artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BIN-${{matrix.config}}
|
||||
path: /__w/ardupilot/ardupilot/logs
|
||||
|
4
.github/workflows/test_sitl_rover.yml
vendored
4
.github/workflows/test_sitl_rover.yml
vendored
@ -249,7 +249,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{matrix.config}}
|
||||
@ -263,7 +263,7 @@ jobs:
|
||||
retention-days: 14
|
||||
|
||||
- name: Archive .bin artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BIN-${{matrix.config}}
|
||||
path: /__w/ardupilot/ardupilot/logs
|
||||
|
4
.github/workflows/test_sitl_sub.yml
vendored
4
.github/workflows/test_sitl_sub.yml
vendored
@ -248,7 +248,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{matrix.config}}
|
||||
@ -262,7 +262,7 @@ jobs:
|
||||
retention-days: 14
|
||||
|
||||
- name: Archive .bin artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BIN-${{matrix.config}}
|
||||
path: /__w/ardupilot/ardupilot/logs
|
||||
|
4
.github/workflows/test_sitl_tracker.yml
vendored
4
.github/workflows/test_sitl_tracker.yml
vendored
@ -248,7 +248,7 @@ jobs:
|
||||
Tools/scripts/build_ci.sh
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{matrix.config}}
|
||||
@ -262,7 +262,7 @@ jobs:
|
||||
retention-days: 14
|
||||
|
||||
- name: Archive .bin artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BIN-${{matrix.config}}
|
||||
path: /__w/ardupilot/ardupilot/logs
|
||||
|
2
.github/workflows/test_unit_tests.yml
vendored
2
.github/workflows/test_unit_tests.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
||||
Tools/autotest/unittest/annotate_params_unittest.py
|
||||
|
||||
- name: Archive buildlog artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: fail-${{ matrix.toolchain }}-${{matrix.config}}
|
||||
|
Loading…
Reference in New Issue
Block a user