File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 continue-on-error : ${{ matrix.ignore-if-missing }}
4747 steps :
4848 - name : Download Artifacts
49- uses : dawidd6/action-download-artifact@v2.19 .0
49+ uses : dawidd6/action-download-artifact@v2.28 .0
5050 with :
5151 github_token : ${{ secrets.GITHUB_TOKEN }}
5252 workflow : ${{ github.event.workflow_run.workflow_id }}
5555 # File location set in ci-pr.yml and must be coordinated.
5656 name : test-results-${{ matrix.setup }}
5757 - name : Publish Test Report
58- uses : scacap/action-surefire-report@v1.0.13
58+ uses : scacap/action-surefire-report@v1.7.2
5959 with :
6060 github_token : ${{ secrets.GITHUB_TOKEN }}
6161 report_paths : ' **/target/surefire-reports/TEST-*.xml'
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 ${{ runner.os }}-maven-build-pr-aarch64-
127127 ${{ runner.os }}-maven-
128128
129- - uses : uraimo/run-on-arch-action@v2.5.0
129+ - uses : uraimo/run-on-arch-action@v2.5.1
130130 name : Run commands
131131 id : runcmd
132132 with :
You can’t perform that action at this time.
0 commit comments