diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-03 23:38:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 23:38:03 +0530 |
commit | 20ae7e9aac5a414f8f0408c11439ad0bc948c07f (patch) | |
tree | 0be6a97c9b73d4ab5d1fd4d8d1a5ae106b3f120d /.github/workflows/pull_request.yml | |
parent | 9662e4f12a5b7df4a63cfcd2dff4589cb86cddc5 (diff) |
chore(deps): update actions/upload-artifact action to v3 (#1763)
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 e220de70..68c76c67 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -82,7 +82,7 @@ jobs: - name: (Fail-only) Upload test report if: "${{ failure() }}" - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3.0.0 with: name: Test report path: app/build/reports |