From 53524c8ef840b262420b486d9785a9d4de70f9c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:46:07 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3.1.2 --- .github/workflows/baseline-profile.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline-profile.yml b/.github/workflows/baseline-profile.yml index c09065cf..977e6dd7 100644 --- a/.github/workflows/baseline-profile.yml +++ b/.github/workflows/baseline-profile.yml @@ -114,7 +114,7 @@ jobs: # Upload the entire generated folder and attach it to the CI run - name: Attach baseline profile - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Baseline profile output path: benchmark/build/outputs/baseline-prof diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd702af7..ca7d74ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: (Fail-only) Upload test report if: failure() - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Test report path: android/build/reports