From 301cb8c45b17c6e7c1c5b2f6c4fa7e359d0e92cd Mon Sep 17 00:00:00 2001 From: Tristan Menzel Date: Mon, 20 Jan 2025 15:45:55 -0800 Subject: [PATCH] build: Use latest test-reporting action --- .github/workflows/node-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 9ed07ff47..f2579e2c2 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -163,7 +163,7 @@ jobs: #Requires permissions.checks: write - name: Publish test results if: ${{ inputs.output-test-results && always() }} - uses: phoenix-actions/test-reporting@v10 + uses: phoenix-actions/test-reporting@v15 with: name: Test results path: ${{ inputs.test-results-file-pattern }}