Skip to content

Commit

Permalink
[*] CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpovich committed Sep 26, 2024
1 parent 457f693 commit 0c783bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: ./gradlew test
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: build/reports/junit
name: Test Report
Expand All @@ -91,7 +91,7 @@ jobs:
echo "$(cat ./java/runner/build/test-reports.md)" >> $GITHUB_STEP_SUMMARY
- name: Upload Integration test results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: integration-test-results
path: |
Expand Down

0 comments on commit 0c783bd

Please sign in to comment.