From 47ba757439bdcef7e1a5210f7e34593bb0a13e51 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Mon, 18 Jan 2021 12:09:23 +0300 Subject: Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d57031d2..681044e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: ${{ runner.os }}- - name: Run tests run: gradle check - - uses: mikepenz/action-junit-report@v1.1.1 + - uses: mikepenz/action-junit-report@v2 with: report_paths: '**/build/test-results/test/TEST-*.xml' github_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3