From e72638310502de62531b99dd9a6d45ba0d49f377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 09:58:34 +0100 Subject: [PATCH] build: bump actions/upload-artifact from 1 to 2.3.1 (#19) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Avior --- .github/workflows/build.yml | 2 +- .github/workflows/commit.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59e4be4..346275e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Zip artifacts run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so' - name: Upload artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.3.1 with: name: assemble path: assemble.zip diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index bf2e0aa..41b2890 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -6,9 +6,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: beemojs/conventional-pr-action@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - config-preset: angular - name: Conventionnal Commit +# - uses: beemojs/conventional-pr-action@v2 +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# with: +# config-preset: angular +# name: Conventionnal Commit