File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1000
25
25
26
26
- name : Download artifact for base branch
27
- uses : dawidd6/action-download-artifact@v3
27
+ uses : dawidd6/action-download-artifact@v6
28
28
continue-on-error : true
29
29
with :
30
30
workflow : ${{ github.event.pull_request.base.ref == 'main' && 'coverage-main-branch.yml' || github.event.pull_request.base.ref == 'develop' && 'coverage-develop-branch.yml' || 'coverage.yml' }}
35
35
search_artifacts : true
36
36
37
37
- name : Download artifact for to be merged branch
38
- uses : dawidd6/action-download-artifact@v3
38
+ uses : dawidd6/action-download-artifact@v6
39
39
continue-on-error : true
40
40
with :
41
41
workflow : ' coverage.yml'
Original file line number Diff line number Diff line change 56
56
GITHUB_TOKEN : ${{ github.token }}
57
57
58
58
- name : Download artifact for base branch if available, previous
59
- uses : dawidd6/action-download-artifact@v3
59
+ uses : dawidd6/action-download-artifact@v6
60
60
continue-on-error : true
61
61
with :
62
62
workflow : ${{ github.event.pull_request.base.ref == 'main' && 'coverage-main-branch.yml' || github.event.pull_request.base.ref == 'develop' && 'coverage-develop-branch.yml' || 'coverage.yml' }}
You can’t perform that action at this time.
0 commit comments