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