Skip to content

Commit 0c783bd

Browse files
[*] CI
1 parent 457f693 commit 0c783bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: ./gradlew test
8181
- name: Upload test results
8282
if: always()
83-
uses: actions/upload-artifact@v2
83+
uses: actions/upload-artifact@v4
8484
with:
8585
path: build/reports/junit
8686
name: Test Report
@@ -91,7 +91,7 @@ jobs:
9191
echo "$(cat ./java/runner/build/test-reports.md)" >> $GITHUB_STEP_SUMMARY
9292
- name: Upload Integration test results
9393
if: always()
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: integration-test-results
9797
path: |

0 commit comments

Comments
 (0)