Skip to content

Commit 1fce3c3

Browse files
authored
Fix issues breaking test workflow (#782)
* Fix out-of-date upload-artifact action breaking test workflow * Remove erroneous spaces in run command
1 parent e5d7ac7 commit 1fce3c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ion-test-driver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)