diff options
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e3d42aaa..412dd7ab 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -56,7 +56,7 @@ jobs: - name: (Fail-only) upload test report if: failure() - uses: actions/upload-artifact@27bce4eee761b5bc643f46a8dfb41b430c8d05f6 + uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b with: name: Test report path: app/build/reports |