From 85fca069f6bdfa8174f7cb5f15d77422867df468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 14:25:57 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 343c11ea..c422f826 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,7 +86,7 @@ jobs: env: ENVIRONMENT: ${{ needs.test.outputs.environment }} - name: Upload split-per-abi apks - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: github.event_name != 'pull_request' with: name: android @@ -119,7 +119,7 @@ jobs: env: ENVIRONMENT: ${{ needs.test.outputs.environment }} - name: Upload web version - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: github.event_name != 'pull_request' with: name: web @@ -153,7 +153,7 @@ jobs: env: ENVIRONMENT: ${{ needs.test.outputs.environment }} - name: Upload windows version - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: github.event_name != 'pull_request' with: name: windows