mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore(deps): update actions/upload-artifact action to v3.1.2
This commit is contained in:
parent
bc90a8941a
commit
53524c8ef8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/baseline-profile.yml
vendored
2
.github/workflows/baseline-profile.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
||||||
|
|
||||||
# Upload the entire generated folder and attach it to the CI run
|
# Upload the entire generated folder and attach it to the CI run
|
||||||
- name: Attach baseline profile
|
- name: Attach baseline profile
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Baseline profile output
|
name: Baseline profile output
|
||||||
path: benchmark/build/outputs/baseline-prof
|
path: benchmark/build/outputs/baseline-prof
|
||||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
|
|
||||||
- name: (Fail-only) Upload test report
|
- name: (Fail-only) Upload test report
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
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