diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-20 21:50:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 21:50:47 +0530 |
commit | 8550bede22d1e02a678a52cee5d6dd7da155bb34 (patch) | |
tree | 67045999b31ce63e076bf17f2bf4f0a51a7f0d57 /.github/workflows/pull_request.yml | |
parent | 37b80d5d1930d9847573520ba335b1af6bbb0eee (diff) |
chore(deps): update actions/upload-artifact action to v3.1.0 (#1921)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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 78f93115..ef06db8b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -80,7 +80,7 @@ jobs: - name: (Fail-only) Upload test report if: "${{ failure() }}" - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.0 with: name: Test report path: app/build/reports |