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