Commit f7dfeba 1 parent 06ea178 commit f7dfeba Copy full SHA for f7dfeba
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
- uses : actions/checkout@v4
141
141
with :
142
142
ref : ${{ github.event == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
143
- - uses : actions/download-artifact@v3
143
+ - uses : actions/download-artifact@v4
144
144
with :
145
145
name : appimage-static-32bit
146
146
path : bin/
@@ -240,7 +240,7 @@ jobs:
240
240
- name : Set up Cloud SDK
241
241
uses : google-github-actions/setup-gcloud@v1
242
242
243
- - uses : actions/download-artifact@v3
243
+ - uses : actions/download-artifact@v4
244
244
with :
245
245
name : appimage-armhf
246
246
path : etc/packaging/appimages/deploy
Original file line number Diff line number Diff line change 12
12
if : ${{ github.event.workflow_run.event == 'pull_request_target' && github.event.workflow_run.conclusion == 'success' }}
13
13
steps :
14
14
- name : Download Code Coverage
15
- uses : dawidd6/action- download-artifact@v2
15
+ uses : actions/ download-artifact@v4
16
16
with :
17
- run_id : ${{ github.event.workflow_run.id }}
17
+ run-id : ${{ github.event.workflow_run.id }}
18
18
name : pr-code-coverage
19
19
20
20
- name : Restore Environment
Original file line number Diff line number Diff line change 12
12
if : ${{ github.event.workflow_run.event == 'pull_request_target' && github.event.workflow_run.conclusion == 'success' }}
13
13
steps :
14
14
- name : Download Motion Benchmarks
15
- uses : dawidd6/action- download-artifact@v2
15
+ uses : actions/ download-artifact@v4
16
16
with :
17
- run_id : ${{ github.event.workflow_run.id }}
17
+ run-id : ${{ github.event.workflow_run.id }}
18
18
name : pr-motion-benchmark
19
19
20
20
- name : Restore Environment
You can’t perform that action at this time.
0 commit comments