mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
chore(deps): update actions/upload-artifact action to v3.1.0
This commit is contained in:
parent
ce03239b27
commit
852892f63d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- name: (Fail-only) Upload test report
|
- name: (Fail-only) Upload test report
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3.0.0
|
uses: actions/upload-artifact@v3.1.0
|
||||||
with:
|
with:
|
||||||
name: Test report
|
name: Test report
|
||||||
path: android/build/reports
|
path: android/build/reports
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue