File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 env :
3838 HEAD_URL : ${{ github.event.pull_request.head.repo.html_url }}
3939 run : python3 ion-test-driver/amazon/iontest/ion_test_driver.py -o output
40- -i ion-js, " $HEAD_URL", ${{ github.event.pull_request.head.sha }}
40+ -i " ion-js,$HEAD_URL, ${{ github.event.pull_request.head.sha }}"
4141 --replace ion-js,https://github.com/amazon-ion/ion-js.git,$main
4242
4343 - name : Upload result
44- uses : actions/upload-artifact@v2
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : ion-test-driver-result.ion
4747 path : output/results/ion-test-driver-results.ion
5656 ion-js,$main ion-js,$cur output/results/ion-test-driver-results.ion
5757
5858 - name : Upload analysis report
59- uses : actions/upload-artifact@v2
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : analysis-report.ion
6262 path : result.ion
You can’t perform that action at this time.
0 commit comments