Merge pull request #2800 from openmv/dependabot/github_actions/actions/download-artifact-5
Some checks are pending
🔥 Firmware Build / build-firmware (ARDUINO_GIGA) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NANO_33_BLE_SENSE) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NANO_RP2040_CONNECT) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NICLA_VISION) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_PORTENTA_H7) (push) Waiting to run
🔥 Firmware Build / build-firmware (DOCKER) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV2) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV3) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV4) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV4P) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMVPT) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV_AE3) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV_N6) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV_RT1060) (push) Waiting to run
🔥 Firmware Build / code-size-report (push) Blocked by required conditions
🔥 Firmware Build / stable-release (push) Blocked by required conditions
🔥 Firmware Build / development-release (push) Blocked by required conditions

build(deps): bump actions/download-artifact from 4 to 5
This commit is contained in:
Ibrahim Abdelkader 2025-08-15 22:43:58 +03:00 committed by GitHub
commit 3b66484f03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: '↓ Download code size report' - name: '↓ Download code size report'
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: code-size-report name: code-size-report
run-id: ${{ github.event.workflow_run.id }} run-id: ${{ github.event.workflow_run.id }}

View File

@ -142,7 +142,7 @@ jobs:
pip install tabulate==0.9.0 pip install tabulate==0.9.0
- name: '↓ Download artifacts' - name: '↓ Download artifacts'
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
path: new_firmware path: new_firmware
merge-multiple: false merge-multiple: false
@ -181,7 +181,7 @@ jobs:
submodules: false submodules: false
- name: '↓ Download artifacts' - name: '↓ Download artifacts'
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
path: firmware path: firmware
@ -225,7 +225,7 @@ jobs:
submodules: false submodules: false
- name: '↓ Download artifacts' - name: '↓ Download artifacts'
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
path: firmware path: firmware