Skip to content

Commit c1d0328

Browse files
committed
Bump deps
1 parent 2e5d717 commit c1d0328

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-app-target-matrix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Build and deploy Edge Impulse model (FOMO / TFLite)
1616
id: build-deploy-fomo-tflite
17-
uses: edgeimpulse/build-deploy@v2.0.0
17+
uses: edgeimpulse/build-deploy@v2
1818
with:
1919
project_id: 137095
2020
api_key: ${{ secrets['EI_FOMO_API_KEY'] }}
@@ -23,15 +23,15 @@ jobs:
2323
deployment_type: zip-linux
2424

2525
- name: Upload deployment artifact (FOMO / TFLite)
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v7
2727
with:
2828
name: edge-impulse-deployment-fomo-tflite
2929
path: ${{ steps.build-deploy-fomo-tflite.outputs.deployment_file_name }}
3030
if-no-files-found: error
3131

3232
- name: Build and deploy Edge Impulse model (KWS / TFLite)
3333
id: build-deploy-kws-tflite
34-
uses: edgeimpulse/build-deploy@v2.0.0
34+
uses: edgeimpulse/build-deploy@v2
3535
with:
3636
project_id: 3
3737
api_key: ${{ secrets['EI_KWS_API_KEY'] }}
@@ -40,7 +40,7 @@ jobs:
4040
deployment_type: zip-linux
4141

4242
- name: Upload deployment artifact (KWS / TFLite)
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: edge-impulse-deployment-kws-tflite
4646
path: ${{ steps.build-deploy-kws-tflite.outputs.deployment_file_name }}
@@ -178,14 +178,14 @@ jobs:
178178
179179
- name: Download deployment artifact (FOMO / TFLite)
180180
if: matrix.app != 'APP_COLLECT' && matrix.app != 'APP_AUDIO' && matrix.target.deployment == 'zip-linux' && steps.validate.outputs.supported == 'true'
181-
uses: actions/download-artifact@v4
181+
uses: actions/download-artifact@v8
182182
with:
183183
name: edge-impulse-deployment-fomo-tflite
184184
path: .
185185

186186
- name: Download deployment artifact (KWS / TFLite)
187187
if: matrix.app == 'APP_AUDIO' && matrix.target.deployment == 'zip-linux' && steps.validate.outputs.supported == 'true'
188-
uses: actions/download-artifact@v4
188+
uses: actions/download-artifact@v8
189189
with:
190190
name: edge-impulse-deployment-kws-tflite
191191
path: .

0 commit comments

Comments
 (0)