File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1000
2525
2626 - name : Download artifact for base branch
27- uses : dawidd6/action-download-artifact@v11
27+ uses : dawidd6/action-download-artifact@v14
2828 continue-on-error : true
2929 with :
3030 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' }}
3535 search_artifacts : true
3636
3737 - name : Download artifact for to be merged branch
38- uses : dawidd6/action-download-artifact@v11
38+ uses : dawidd6/action-download-artifact@v14
3939 continue-on-error : true
4040 with :
4141 workflow : ' coverage.yml'
Original file line number Diff line number Diff line change 5858 GITHUB_TOKEN : ${{ github.token }}
5959
6060 - name : Download artifact for base branch if available, previous
61- uses : dawidd6/action-download-artifact@v11
61+ uses : dawidd6/action-download-artifact@v14
6262 continue-on-error : true
6363 with :
6464 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