diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-06-20 12:00:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 12:00:55 +0530 |
commit | 29041cf5611dfb8c15a68581167fe3b09753d1f8 (patch) | |
tree | af18c2a96709784a53c3b873ed6fb5339eb7f8d7 /.github/workflows/pull_request.yml | |
parent | b35a9a948e0bc8489eb8aa79cc28e3d54763776d (diff) |
Misc updates (#1440)
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 10e4c3d7..b94c34f3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -58,7 +58,7 @@ jobs: - name: (Fail-only) upload test report if: failure() - uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571 + uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 with: name: Test report path: app/build/reports |